[SX126x] Removed WIP FHSS method
This commit is contained in:
parent
b014a1f748
commit
3596f0f55b
1 changed files with 0 additions and 12 deletions
|
@ -47,18 +47,6 @@ int16_t SX1262::beginFSK(float freq, float br, float freqDev, float rxBw, int8_t
|
||||||
return(state);
|
return(state);
|
||||||
}
|
}
|
||||||
|
|
||||||
int16_t SX1262::beginLRFHSS(float freq, float tcxoVoltage, bool useRegulatorLDO) {
|
|
||||||
// execute common part
|
|
||||||
int16_t state = SX126x::beginLRFHSS(tcxoVoltage, useRegulatorLDO);
|
|
||||||
RADIOLIB_ASSERT(state);
|
|
||||||
|
|
||||||
// configure publicly accessible settings
|
|
||||||
state = setFrequency(freq);
|
|
||||||
RADIOLIB_ASSERT(state);
|
|
||||||
|
|
||||||
return(state);
|
|
||||||
}
|
|
||||||
|
|
||||||
int16_t SX1262::setFrequency(float freq) {
|
int16_t SX1262::setFrequency(float freq) {
|
||||||
return(setFrequency(freq, true));
|
return(setFrequency(freq, true));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue