Мелкие правки веб-интерфейса
[esp-clock.git] / config.cpp
index 083580264c7f8c85b2b91c82ac9b5be9c04d083c..9c46b95c840b92d0edbadd57f676353ef84ccadd 100644 (file)
@@ -556,6 +556,7 @@ char* distConfig PROGMEM =
 
 void reset() {
   messageModal(F("Сбрасываю настройки"));
 
 void reset() {
   messageModal(F("Сбрасываю настройки"));
+  delay(2000);
   if (File f = LittleFS.open(F("/config.txt"),"w")) {
     f.print(distConfig);
     f.close();
   if (File f = LittleFS.open(F("/config.txt"),"w")) {
     f.print(distConfig);
     f.close();