mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-02-25 00:59:51 -05:00
Fixed intermittent radio init failure on T3S3 SX1280
This commit is contained in:
parent
eb168d4734
commit
9ba243ee1f
@ -161,6 +161,14 @@ void setup() {
|
||||
#if MCU_VARIANT == MCU_ESP32 || MCU_VARIANT == MCU_NRF52
|
||||
init_channel_stats();
|
||||
|
||||
#if BOARD_MODEL == BOARD_RNODE_NG_22
|
||||
#if MODEM == SX1280
|
||||
delay(300);
|
||||
LoRa->reset();
|
||||
delay(100);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// Check installed transceiver chip and
|
||||
// probe boot parameters.
|
||||
if (LoRa->preInit()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user