publish restart reasons

This commit is contained in:
technyon
2023-02-05 16:24:19 +01:00
parent b3c5a93666
commit be2249eebc
6 changed files with 55 additions and 19 deletions

View File

@@ -82,7 +82,7 @@ private:
char* _presenceCsv = nullptr;
bool _restartOnDisconnect = false;
bool _firstConnect = true;
bool _publishFreeHeap = false;
bool _publishDebugInfo = false;
std::vector<String> _subscribedTopics;
std::map<String, String> _initTopics;