move publish uptime to Network.cpp

This commit is contained in:
technyon
2022-09-10 10:30:33 +02:00
parent 6bfc7f686d
commit 5785e6c3ae
5 changed files with 20 additions and 18 deletions

View File

@@ -73,5 +73,8 @@ private:
std::map<String, String> _initTopics;
unsigned long _lastConnectedTs = 0;
unsigned long _lastMaintenancePublish = 0;
unsigned long _lastMaintenanceTs = 0;
unsigned long _lastRssiTs = 0;
int8_t _lastRssi = 127;
};