Cleanup
parent
d80f866418
commit
e157f82b8e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue