mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-22 10:42:49 +00:00
include a human readable name for each channel
This commit is contained in:
@@ -444,7 +444,7 @@ void loop()
|
||||
if (!wasPressed)
|
||||
{ // just started a new press
|
||||
DEBUG_MSG("pressing\n");
|
||||
esp_pm_dump_locks(stdout); // FIXME, do this someplace better
|
||||
// esp_pm_dump_locks(stdout); // FIXME, do this someplace better
|
||||
wasPressed = true;
|
||||
minPressMs = millis() + 3000;
|
||||
screen_press();
|
||||
|
||||
Reference in New Issue
Block a user