[SX127x] Remove FSK preamble config from LoRa init method

This commit is contained in:
jgromes 2023-09-29 14:11:38 +02:00
parent 959978aa2b
commit 848df9a175

View file

@ -51,10 +51,6 @@ int16_t SX127x::begin(uint8_t* chipVersions, uint8_t numVersions, uint8_t syncWo
state = SX127x::setPreambleLength(preambleLength);
RADIOLIB_ASSERT(state);
// set preamble polarity
state = setPreamblePolarity(RADIOLIB_SX127X_PREAMBLE_POLARITY_55);
RADIOLIB_ASSERT(state);
// disable IQ inversion
state = SX127x::invertIQ(false);
RADIOLIB_ASSERT(state);