mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-28 07:02:17 +03:00
запустил wifi, версия проверенная на устройстве
This commit is contained in:
@@ -8,3 +8,8 @@ bool fileSystemInit() {
|
||||
SerialPrint(F("i"), F("FS"), F("Init completed"));
|
||||
return true;
|
||||
}
|
||||
|
||||
void globalVarsSync() {
|
||||
settingsFlashJson = readFile("settings.json", 4096);
|
||||
settingsFlashJson.replace("\r\n", "");
|
||||
}
|
||||
Reference in New Issue
Block a user