mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-07-20 13:38:54 -04:00
Fixed intermittent radio init failure on T3S3 SX1280
This commit is contained in:
parent
eb168d4734
commit
9ba243ee1f
1 changed files with 8 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue