Remove redundant power interrupt methods for ESP32

This commit is contained in:
Ben Meadors
2026-04-25 07:11:03 -05:00
parent e7c02da24b
commit a8c8fd7002

View File

@@ -102,14 +102,6 @@ class Power : public concurrency::OSThread
const uint16_t OCV[11] = {OCV_ARRAY};
bool isLowBattery() { return low_voltage_counter >= 10; };
#ifdef ARCH_ESP32
int beforeLightSleep(void *unused);
int afterLightSleep(esp_sleep_wakeup_cause_t cause);
#endif
void attachPowerInterrupts();
void detachPowerInterrupts();
#ifdef ARCH_ESP32
int beforeLightSleep(void *unused);
int afterLightSleep(esp_sleep_wakeup_cause_t cause);