Fix battery voltage readouts
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user