kopia lustrzana https://github.com/meshtastic/firmware
commit
2f16b3f345
|
@ -433,7 +433,7 @@ uint32_t sinceLastSeen(const NodeInfo *n)
|
|||
return delta;
|
||||
}
|
||||
|
||||
#define NUM_ONLINE_SECS (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()
|
||||
{
|
||||
|
|
Ładowanie…
Reference in New Issue