main/co2meter.c

changeset 14
deaca7606e23
parent 13
7de246feba5f
child 16
e38ffa806e84
equal deleted inserted replaced
13:7de246feba5f 14:deaca7606e23
428 // New rotate position, set screen, reset waittimer 428 // New rotate position, set screen, reset waittimer
429 // Handle screen (first is show measured values) 429 // Handle screen (first is show measured values)
430 // Count inactivity 430 // Count inactivity
431 // flag if inactive and OLED lowpower. 431 // flag if inactive and OLED lowpower.
432 432
433 // Generic display all units at once. Press is xxx? Bold/Italic is selected.
434 // Display per unit. Temp + Pressure + state. Press is setup this sensor.
435 // Setup menu: Sensors
436 // WiFi
437 // MQTT
438 // System (timers etc)
439 // Update OTA
440 // Return
441
442 // Sensors menu: Assignments, turn to choose one.
443 // Sensors setup menu: DS18B20 addr Press is assign
444 // DS18B20 addr
445
433 // Break if all done and inactive. 446 // Break if all done and inactive.
434 default: 447 default:
435 break; 448 break;
436 } 449 }
437 450

mercurial