increase repeater max uptime from 49 days to 136 years

This commit is contained in:
liamcottle 2025-10-23 23:24:40 +13:00
parent 6288a5d11a
commit f1824e68b9
2 changed files with 10 additions and 1 deletions

View file

@ -78,6 +78,8 @@ struct NeighbourInfo {
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;