fix inital printing of IP address

This commit is contained in:
technyon
2024-07-07 14:08:24 +02:00
parent 53243fe045
commit da0390df63
6 changed files with 12 additions and 25 deletions

View File

@@ -167,6 +167,7 @@ private:
bool _restartOnDisconnect = false;
bool _firstConnect = true;
bool _publishDebugInfo = false;
bool _logIp = true;
std::vector<String> _subscribedTopics;
std::map<String, String> _initTopics;