mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
Переименовал файлы присетов! Добавил присет для модуля uart
This commit is contained in:
@@ -60,14 +60,14 @@ void Device_init() {
|
||||
removeFile("/layout.txt");
|
||||
#endif
|
||||
|
||||
txtExecution("firmware.c.txt");
|
||||
txtExecution("100с.txt");
|
||||
//outcoming_date();
|
||||
}
|
||||
//-------------------------------сценарии-----------------------------------------------------
|
||||
|
||||
void Scenario_init() {
|
||||
if (jsonReadStr(configSetupJson, "scen") == "1") {
|
||||
scenario = readFile("firmware.s.txt", 2048);
|
||||
scenario = readFile("100s.txt", 2048);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user