diff --git a/src/main.cpp b/src/main.cpp index c0350f7..62b47e3 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -96,9 +96,13 @@ void onButtonPress() switch (action) { case ResetConfig: + ledBlink(100); + config.begin("dmx", false); config.clear(); config.end(); + delay(1000); + ESP.restart(); break;