mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-01-27 06:47:14 -05:00
Initial T-Echo support
This commit is contained in:
parent
2d2d90847a
commit
f447998c35
@ -59,16 +59,6 @@ char sbuf[128];
|
||||
#endif
|
||||
|
||||
void setup() {
|
||||
|
||||
pinMode(pin_led_rx, OUTPUT);
|
||||
pinMode(pin_led_tx, OUTPUT);
|
||||
while (true) {
|
||||
delay(300);
|
||||
led_rx_on();
|
||||
delay(300);
|
||||
led_rx_off();
|
||||
}
|
||||
|
||||
#if MCU_VARIANT == MCU_ESP32
|
||||
boot_seq();
|
||||
EEPROM.begin(EEPROM_SIZE);
|
||||
|
Loading…
x
Reference in New Issue
Block a user