We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7c02da commit a8c8fd7Copy full SHA for a8c8fd7
1 file changed
src/power.h
@@ -102,14 +102,6 @@ class Power : public concurrency::OSThread
102
const uint16_t OCV[11] = {OCV_ARRAY};
103
bool isLowBattery() { return low_voltage_counter >= 10; };
104
105
-#ifdef ARCH_ESP32
106
- int beforeLightSleep(void *unused);
107
- int afterLightSleep(esp_sleep_wakeup_cause_t cause);
108
-#endif
109
-
110
- void attachPowerInterrupts();
111
- void detachPowerInterrupts();
112
113
#ifdef ARCH_ESP32
114
int beforeLightSleep(void *unused);
115
int afterLightSleep(esp_sleep_wakeup_cause_t cause);
0 commit comments