allow to publish free heap

This commit is contained in:
technyon
2023-02-05 13:43:23 +01:00
parent 1e20ed1d38
commit d72970e46b
4 changed files with 35 additions and 6 deletions

View File

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