fix esp now

This commit is contained in:
2023-09-23 16:37:40 +02:00
parent baf1936824
commit cebd44d793
2 changed files with 4 additions and 4 deletions
-1
View File
@@ -62,7 +62,6 @@ class Network : public Component {
NetworkAdresses adresses;
WiFiClient wifiClient;
PubSubClient* mqttClient = nullptr;
esp_now_peer_info_t peerInfo;
bool initSucessful = false;
bool wifiConnected = false;