Мелкие правки веб-интерфейса
[esp-clock.git] / config.cpp
index bb60f3ae4061511c10b5d407360982dfcead38b9..9c46b95c840b92d0edbadd57f676353ef84ccadd 100644 (file)
@@ -489,7 +489,6 @@ void saveConfig(bool force) {
     if (File f = LittleFS.open(F("/config.txt"),"w")) {
       f.print(cfg);
       f.close();
-      Serial.print(cfg);
       Serial.println(F("Конфигурация сохранена"));
       cfg.resetTimestamp();
     }
@@ -557,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();