mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-21 10:12:50 +00:00
make user presses ask other nodes for their latest status
see related bug https://github.com/meshtastic/Meshtastic-esp32/issues/59
This commit is contained in:
@@ -121,7 +121,7 @@ static void onEnter()
|
||||
uint32_t now = millis();
|
||||
|
||||
if (now - lastPingMs > 60 * 1000) { // if more than a minute since our last press, ask other nodes to update their state
|
||||
service.sendNetworkPing();
|
||||
service.sendNetworkPing(NODENUM_BROADCAST, true);
|
||||
lastPingMs = now;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user