]> git.tnoah.ca Git - lora-radio.git/commitdiff
Ensure instant startup on openCom XL
authorjacob.eva <x00010@disroot.org>
Wed, 16 Oct 2024 15:25:40 +0000 (16:25 +0100)
committerjacob.eva <x00010@disroot.org>
Wed, 16 Oct 2024 15:25:40 +0000 (16:25 +0100)
RNode_Firmware_CE.ino

index 721260ae567ff9234b8c968206382dd95583456b..4b39cd68291ca45245eaa3f5b1a19aa7ea0726c0 100644 (file)
@@ -135,7 +135,7 @@ void setup() {
     led_init();
   #endif
 
-  #if BOARD_MODEL != BOARD_RAK4631 && BOARD_MODEL != BOARD_RNODE_NG_22 && BOARD_MODEL != BOARD_TBEAM_S_V1 && BOARD_MODEL != BOARD_T3S3 && BOARD_MODEL != BOARD_TECHO
+  #if BOARD_MODEL != BOARD_RAK4631 && BOARD_MODEL != BOARD_RNODE_NG_22 && BOARD_MODEL != BOARD_TBEAM_S_V1 && BOARD_MODEL != BOARD_T3S3 && BOARD_MODEL != BOARD_TECHO && BOARD_MODEL != BOARD_OPENCOM_XL
   // Some boards need to wait until the hardware UART is set up before booting
   // the full firmware. In the case of the RAK4631/TECHO, the line below will wait
   // until a serial connection is actually established with a master. Thus, it