include a human readable name for each channel

This commit is contained in:
geeksville
2020-02-11 19:06:12 -08:00
parent 03eaef2c8f
commit a0f2d1f18a
5 changed files with 24 additions and 10 deletions

View File

@@ -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();