mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 14:42:18 +03:00
Change order of lines for more good vision. Only order Youra!
This commit is contained in:
@@ -8,15 +8,21 @@
|
||||
AsyncWebSocket ws;
|
||||
//AsyncEventSource events;
|
||||
#endif
|
||||
|
||||
TickerScheduler ts(TEST + 1);
|
||||
WiFiClient espClient;
|
||||
|
||||
PubSubClient client_mqtt(espClient);
|
||||
|
||||
StringCommand sCmd;
|
||||
|
||||
AsyncWebServer server(80);
|
||||
//AsyncWebSocket ws("/ws");
|
||||
//AsyncEventSource events("/events");
|
||||
|
||||
DallasTemperature sensors;
|
||||
|
||||
WiFiClient espClient;
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* Global vars
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user