mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
Fix error
This commit is contained in:
@@ -48,6 +48,8 @@ extern AsyncWebSocket ws;
|
||||
|
||||
extern TickerScheduler ts;
|
||||
|
||||
extern WiFiClient espClient;
|
||||
|
||||
extern PubSubClient client_mqtt;
|
||||
|
||||
extern StringCommand sCmd;
|
||||
|
||||
@@ -11,6 +11,8 @@ AsyncWebSocket ws;
|
||||
|
||||
TickerScheduler ts(TEST + 1);
|
||||
|
||||
//WiFiClient espClient;
|
||||
|
||||
PubSubClient client_mqtt(espClient);
|
||||
|
||||
StringCommand sCmd;
|
||||
|
||||
Reference in New Issue
Block a user