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