mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-22 10:42:49 +00:00
send network pings when the user does something with their device
This commit is contained in:
@@ -442,6 +442,7 @@ void loop()
|
||||
// esp_pm_dump_locks(stdout); // FIXME, do this someplace better
|
||||
wasPressed = true;
|
||||
minPressMs = millis() + 3000;
|
||||
service.sendNetworkPing();
|
||||
screen_press();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user