From 95ff73dcd8c2b66d2f62edc5ce74df06c353cd98 Mon Sep 17 00:00:00 2001 From: code8buster <20384924+code8buster@users.noreply.github.com> Date: Fri, 16 Feb 2024 00:35:35 -0500 Subject: [PATCH] trunk fmt --- src/Power.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Power.cpp b/src/Power.cpp index 9da552cdf2..8e44ddb983 100644 --- a/src/Power.cpp +++ b/src/Power.cpp @@ -274,7 +274,7 @@ class AnalogBatteryLevel : public HasBatteryLevel } } -#else // Other ESP32 +#else // Other ESP32 int32_t adc_buf = 0; for (int i = 0; i < BATTERY_SENSE_SAMPLES; i++) { // ADC2 wifi bug workaround, see