mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
bug fixed with scenario init
This commit is contained in:
@@ -63,6 +63,7 @@ void addPreset(String name) {
|
||||
String scenario = readFile("presets/" + name + ".txt", 4048);
|
||||
removeFile(DEVICE_SCENARIO_FILE);
|
||||
addFile(DEVICE_SCENARIO_FILE, scenario);
|
||||
loadScenario();
|
||||
}
|
||||
|
||||
void delAllItems() {
|
||||
|
||||
Reference in New Issue
Block a user