Skip to content

Commit

Permalink
trunk fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
code8buster committed Feb 16, 2024
1 parent 49909d9 commit 95ff73d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Power.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 95ff73d

Please sign in to comment.