increase room server max uptime from 49 days to 136 years

This commit is contained in:
liamcottle 2025-10-23 23:29:08 +13:00
parent f1824e68b9
commit 273a54f104
2 changed files with 10 additions and 1 deletions

View file

@ -88,6 +88,8 @@ struct PostInfo {
class MyMesh : public mesh::Mesh, public CommonCLICallbacks {
FILESYSTEM* _fs;
uint32_t last_millis;
uint64_t uptime_millis;
unsigned long next_local_advert, next_flood_advert;
bool _logging;
NodePrefs _prefs;