Fix battery voltage readouts

This commit is contained in:
Nik Rozman
2026-03-02 15:45:01 +01:00
parent ee1d13f177
commit c41a2932ba
3 changed files with 8 additions and 3 deletions

View File

@@ -231,7 +231,7 @@ void setup() {
blehid.begin();
#ifdef FEATURE_BATTERY_MONITOR
blebas.begin(); blebas.write(100);
blebas.begin(); blebas.write(batteryPercent(readBatteryVoltage()));
#endif
#ifdef FEATURE_CONFIG_SERVICE