mirror of
https://github.com/rvdbreemen/OTGW-firmware
synced 2024-11-16 04:33:49 +01:00
add boot delay as the node keeps freezing up. I assume we get low on memory during this boot sequence. The delay seems to work.
This commit is contained in:
parent
21301f925f
commit
633be7b289
@ -52,6 +52,7 @@ void setup() {
|
|||||||
|
|
||||||
//setup the status LED
|
//setup the status LED
|
||||||
setLed(LED1, ON);
|
setLed(LED1, ON);
|
||||||
|
delay(10000);
|
||||||
setLed(LED2, ON);
|
setLed(LED2, ON);
|
||||||
|
|
||||||
LittleFS.begin();
|
LittleFS.begin();
|
||||||
|
Loading…
Reference in New Issue
Block a user