mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
first
This commit is contained in:
@@ -18,6 +18,7 @@ AsyncWebServer server(80);
|
||||
boolean just_load = true;
|
||||
boolean telegramInitBeen = false;
|
||||
boolean savedFromWeb = false;
|
||||
boolean wsSetupFlag = false;
|
||||
|
||||
// Json
|
||||
String configSetupJson = "{}";
|
||||
@@ -43,8 +44,13 @@ int mqttConnectAttempts = 0;
|
||||
bool changeBroker = false;
|
||||
int currentBroker = 1;
|
||||
|
||||
// web sockets
|
||||
int wsAttempts = 100;
|
||||
//char* wsBufChar = "";
|
||||
|
||||
// orders and events
|
||||
String orderBuf = "";
|
||||
String wsBuf = "";
|
||||
String eventBuf = "";
|
||||
String mysensorBuf = "";
|
||||
String itemsFile = "";
|
||||
|
||||
Reference in New Issue
Block a user