fix network task

This commit is contained in:
technyon
2022-03-22 22:41:32 +01:00
parent 934f496bf8
commit 7cdf5c0f31
3 changed files with 22 additions and 23 deletions

View File

@@ -12,7 +12,7 @@ public:
void update();
private:
void reconnect();
bool reconnect();
PubSubClient _mqttClient;
WiFiClient _wifiClient;