mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-05-17 13:50:29 -04:00
Ensure instant startup on openCom XL
This commit is contained in:
parent
a76a01b25f
commit
89e37323cc
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ void setup() {
|
||||||
led_init();
|
led_init();
|
||||||
#endif
|
#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
|
// 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
|
// 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
|
// until a serial connection is actually established with a master. Thus, it
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue