if (File f = LittleFS.open(F("/config.txt"),"w")) {
f.print(cfg);
f.close();
- Serial.print(cfg);
Serial.println(F("Конфигурация сохранена"));
cfg.resetTimestamp();
}
void reset() {
messageModal(F("Сбрасываю настройки"));
+ delay(2000);
if (File f = LittleFS.open(F("/config.txt"),"w")) {
f.print(distConfig);
f.close();