mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-08-01 19:16:21 -04:00
Added T-Beam Supreme support
This commit is contained in:
parent
bd887f7de2
commit
6974a50d10
9 changed files with 292 additions and 114 deletions
|
@ -94,7 +94,7 @@ void setup() {
|
|||
led_init();
|
||||
#endif
|
||||
|
||||
#if BOARD_MODEL != BOARD_RAK4631 && BOARD_MODEL != BOARD_RNODE_NG_22
|
||||
#if BOARD_MODEL != BOARD_RAK4631 && BOARD_MODEL != BOARD_RNODE_NG_22 && 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, the line below will wait
|
||||
// until a serial connection is actually established with a master. Thus, it
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue