Retain Input GPIO

This commit is contained in:
iranl
2024-12-20 21:09:23 +01:00
parent eb0ecbf762
commit 180f61f499
5 changed files with 30 additions and 12 deletions

View File

@@ -151,6 +151,7 @@ private:
bool _firstConnect = true;
bool _publishDebugInfo = false;
bool _logIp = true;
bool _retainGpio = false;
std::vector<String> _subscribedTopics;
std::map<String, String> _initTopics;
int64_t _lastConnectedTs = 0;