Merge branch 'master' of github.com:meshtastic/Meshtastic-device

This commit is contained in:
Sacha Weatherstone
2022-05-07 13:34:36 +10:00
15 changed files with 33 additions and 14 deletions

View File

@@ -440,7 +440,7 @@ uint32_t sinceLastSeen(const NodeInfo *n)
return delta;
}
#define NUM_ONLINE_SECS (60 & 60 * 2) // 2 hrs to consider someone offline
#define NUM_ONLINE_SECS (60 * 60 * 2) // 2 hrs to consider someone offline
size_t NodeDB::getNumOnlineNodes()
{