From e157f82b8e8ac6f3d3f7ec54181aaea2b81988ed Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Tue, 15 Apr 2025 16:26:16 +0200 Subject: [PATCH] Cleanup --- RNode_Firmware.ino | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RNode_Firmware.ino b/RNode_Firmware.ino index 24e10a2..d2437f1 100644 --- a/RNode_Firmware.ino +++ b/RNode_Firmware.ino @@ -125,6 +125,10 @@ void setup() { led_init(); #endif + #if MCU_VARIANT == MCU_NRF52 && HAS_NP == true + boot_seq(); + #endif + #if BOARD_MODEL != BOARD_RAK4631 && BOARD_MODEL != BOARD_HELTEC_T114 && BOARD_MODEL != BOARD_TECHO && BOARD_MODEL != BOARD_T3S3 && BOARD_MODEL != BOARD_TBEAM_S_V1 // Some boards need to wait until the hardware UART is set up before booting // the full firmware. In the case of the RAK4631 and Heltec T114, the line below will wait