X-Git-Url: https://git.rvb.name/esp-clock.git/blobdiff_plain/7ea8c96792f16f1dac5fafa0340e5c048a535781..3a386826fc7eec89b50beda371dcef0ad3adc2a5:/config.cpp?ds=inline diff --git a/config.cpp b/config.cpp index 0835802..9c46b95 100644 --- a/config.cpp +++ b/config.cpp @@ -556,6 +556,7 @@ char* distConfig PROGMEM = void reset() { messageModal(F("Сбрасываю настройки")); + delay(2000); if (File f = LittleFS.open(F("/config.txt"),"w")) { f.print(distConfig); f.close();