[SX126x] Added missing call to setRegulator
This commit is contained in:
parent
b93aa3f38e
commit
4231edee70
1 changed files with 3 additions and 0 deletions
|
@ -134,6 +134,9 @@ int16_t SX126x::beginFSK(float br, float freqDev, float rxBw, float currentLimit
|
|||
RADIOLIB_ASSERT(state);
|
||||
|
||||
state = setDio2AsRfSwitch(false);
|
||||
RADIOLIB_ASSERT(state);
|
||||
|
||||
state = setRegulatorDCDC();
|
||||
|
||||
return(state);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue