bug fixed with scenario init

This commit is contained in:
Dmitry Borisenko
2020-11-15 02:52:24 +03:00
parent 94d93d3be6
commit 3766a744f4

View File

@@ -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() {