enhancement on the UI and support for power off and status_led for t1000e

This commit is contained in:
Florent de Lamotte
2025-03-10 18:11:15 +01:00
parent 676ba6d066
commit 7bb16cd7f3
7 ha cambiato i file con 157 aggiunte e 63 eliminazioni
+4
Vedi File
@@ -67,6 +67,10 @@ public:
esp_deep_sleep_start(); // CPU halts here and never returns!
}
void powerOff() override {
enterDeepSleep(0);
}
uint16_t getBattMilliVolts() override {
analogReadResolution(10);
digitalWrite(PIN_ADC_CTRL, PIN_ADC_CTRL_ACTIVE);