[SX126x] Set DIO2 to RF switch by default
This commit is contained in:
parent
b18a9d4abc
commit
a1f94d9f16
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ int16_t SX126x::begin(float bw, uint8_t sf, uint8_t cr, uint16_t syncWord, float
|
|||
}
|
||||
|
||||
// set publicly accessible settings that are not a part of begin method
|
||||
state = setDio2AsRfSwitch(false);
|
||||
state = setDio2AsRfSwitch(true);
|
||||
|
||||
return(state);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue