completely remove device connected check fix network task loop

This commit is contained in:
technyon
2023-01-26 21:18:49 +01:00
parent 05ef2fa5be
commit 2b20c619a2
4 changed files with 17 additions and 26 deletions

View File

@@ -18,7 +18,7 @@ public:
explicit Network(Preferences* preferences, const String& maintenancePathPrefix);
void initialize();
int update();
bool update();
void registerMqttReceiver(MqttReceiver* receiver);
void reconfigureDevice();
void setMqttPresencePath(char* path);