[SX127x] Remove FSK preamble config from LoRa init method
This commit is contained in:
parent
959978aa2b
commit
848df9a175
1 changed files with 0 additions and 4 deletions
|
@ -51,10 +51,6 @@ int16_t SX127x::begin(uint8_t* chipVersions, uint8_t numVersions, uint8_t syncWo
|
||||||
state = SX127x::setPreambleLength(preambleLength);
|
state = SX127x::setPreambleLength(preambleLength);
|
||||||
RADIOLIB_ASSERT(state);
|
RADIOLIB_ASSERT(state);
|
||||||
|
|
||||||
// set preamble polarity
|
|
||||||
state = setPreamblePolarity(RADIOLIB_SX127X_PREAMBLE_POLARITY_55);
|
|
||||||
RADIOLIB_ASSERT(state);
|
|
||||||
|
|
||||||
// disable IQ inversion
|
// disable IQ inversion
|
||||||
state = SX127x::invertIQ(false);
|
state = SX127x::invertIQ(false);
|
||||||
RADIOLIB_ASSERT(state);
|
RADIOLIB_ASSERT(state);
|
||||||
|
|
Loading…
Add table
Reference in a new issue