fix W5500 reconnect

This commit is contained in:
technyon
2022-04-30 19:59:07 +02:00
parent d38ed9b983
commit 490bff20c5
8 changed files with 84 additions and 13 deletions

View File

@@ -74,6 +74,8 @@ private:
bool _firstTunerStatePublish = true;
long _lastMaintain = 0;
void (*_lockActionReceivedCallback)(const char* value) = nullptr;
void (*_configUpdateReceivedCallback)(const char* path, const char* value) = nullptr;
};