We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dc35fc commit 579db51Copy full SHA for 579db51
lib/pbio/sys/battery.c
@@ -32,7 +32,7 @@ void pbsys_battery_init() {
32
pbdrv_battery_get_voltage_now(&avg_battery_voltage);
33
// This is mainly for Control+ hub. It seems that the first battery voltage
34
// read is always low and causes the hub to shut down because of low battery
35
- // voltage even though the batter isn't that low.
+ // voltage even though the battery isn't that low.
36
if (avg_battery_voltage < BATTERY_CRITICAL_MV) {
37
avg_battery_voltage = BATTERY_OK_MV;
38
}
0 commit comments