1
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:
sjorsjuhmaniac 2021-03-04 00:57:34 +01:00 committed by Robert van den Breemen
parent 21301f925f
commit 633be7b289

View File

@ -52,6 +52,7 @@ void setup() {
//setup the status LED
setLed(LED1, ON);
delay(10000);
setLed(LED2, ON);
LittleFS.begin();