]> git.tnoah.ca Git - lora-radio.git/commitdiff
Cleanup
authorMark Qvist <mark@unsigned.io>
Tue, 15 Apr 2025 14:26:16 +0000 (16:26 +0200)
committerMark Qvist <mark@unsigned.io>
Tue, 15 Apr 2025 14:26:16 +0000 (16:26 +0200)
RNode_Firmware.ino

index 24e10a2c63f6699454bfeaf2a32ed59cd63402f5..d2437f1f598f89e05b47f4e14785b2aae0819b88 100644 (file)
@@ -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