[SX126x] Explicitly set non-inverted IQ on startup
This commit is contained in:
parent
2f36d5901e
commit
5d80dd46ae
1 changed files with 3 additions and 0 deletions
|
@ -91,6 +91,9 @@ int16_t SX126x::begin(uint8_t cr, uint8_t syncWord, uint16_t preambleLength, flo
|
||||||
state = setCRC(2);
|
state = setCRC(2);
|
||||||
RADIOLIB_ASSERT(state);
|
RADIOLIB_ASSERT(state);
|
||||||
|
|
||||||
|
state = invertIQ(false);
|
||||||
|
RADIOLIB_ASSERT(state);
|
||||||
|
|
||||||
return(state);
|
return(state);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue