mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 14:42:18 +03:00
fixed scenario bug
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
#include "Class/ScenarioClass.h"
|
||||
#include "Class/ScenarioClass2.h"
|
||||
Scenario* myScenario;
|
||||
|
||||
void eventGen(String event_name, String number) {
|
||||
if (!jsonReadBool(configSetupJson, "scen")) {
|
||||
return;
|
||||
}
|
||||
SerialPrint("", "", event_name);
|
||||
eventBuf += event_name + number + ",";
|
||||
}
|
||||
Reference in New Issue
Block a user