Update SX1262.cpp
This commit is contained in:
parent
cd4924370a
commit
ad799319c5
1 changed files with 2 additions and 2 deletions
|
@ -5,9 +5,9 @@ SX1262::SX1262(Module* mod) : SX126x(mod) {
|
||||||
chipType = RADIOLIB_SX1262_CHIP_TYPE;
|
chipType = RADIOLIB_SX1262_CHIP_TYPE;
|
||||||
}
|
}
|
||||||
|
|
||||||
int16_t SX1262::begin(float freq, float bw, uint8_t sf, uint8_t cr, uint8_t syncWord, int8_t power, uint16_t preambleLength, float tcxoVoltage, bool useRegulatorLDO) {
|
int16_t SX1262::begin(float freq, float bw, uint8_t sf, uint8_t cr, uint8_t syncWord, int8_t power, uint16_t preambleLength, float tcxoVoltage, bool useRegulatorLDO, int8_t rampTime) {
|
||||||
// execute common part
|
// execute common part
|
||||||
int16_t state = SX126x::begin(cr, syncWord, preambleLength, tcxoVoltage, useRegulatorLDO);
|
int16_t state = SX126x::begin(cr, syncWord, preambleLength, tcxoVoltage, useRegulatorLDO, rampTime);
|
||||||
RADIOLIB_ASSERT(state);
|
RADIOLIB_ASSERT(state);
|
||||||
|
|
||||||
// configure publicly accessible settings
|
// configure publicly accessible settings
|
||||||
|
|
Loading…
Add table
Reference in a new issue