Change order of lines for more good vision. Only order Youra!

This commit is contained in:
Dmitry Borisenko
2020-06-20 16:06:51 +02:00
parent 93d128b9b4
commit 652eaa99d0
2 changed files with 39 additions and 17 deletions

View File

@@ -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
*/