[SX127x] Explicitly set non-inverted IQ on startup
This commit is contained in:
parent
5d80dd46ae
commit
bb468ad59f
1 changed files with 4 additions and 0 deletions
|
@ -51,6 +51,10 @@ int16_t SX127x::begin(uint8_t chipVersion, uint8_t syncWord, uint16_t preambleLe
|
|||
state = SX127x::setPreambleLength(preambleLength);
|
||||
RADIOLIB_ASSERT(state);
|
||||
|
||||
// disable IQ inversion
|
||||
state = SX127x::invertIQ(false);
|
||||
RADIOLIB_ASSERT(state);
|
||||
|
||||
// initialize internal variables
|
||||
this->dataRate = 0.0;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue