mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
increase room server max uptime from 49 days to 136 years
This commit is contained in:
parent
f1824e68b9
commit
273a54f104
2 changed files with 10 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue