Skip to content

Commit ccf92d0

Browse files
authored
Merge pull request #531 from Forceu/batteryfix
Require reboot when changing battery parameters
2 parents 44936c8 + ff383cc commit ccf92d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SCRIPTS/BF/PAGES/battery.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ return {
2323
read = 32, -- MSP_BATTERY_CONFIG
2424
write = 33, -- MSP_SET_BATTERY_CONFIG
2525
title = "Battery",
26-
reboot = false,
26+
reboot = true,
2727
eepromWrite = true,
2828
minBytes = 13,
2929
labels = labels,

0 commit comments

Comments
 (0)