Skip to content

Commit 4fbffe2

Browse files
authored
Update boot.js
1 parent 0d71f25 commit 4fbffe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/powermanager/boot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
}
161161

162162
if (settings.forceMonoVoltage){
163-
var v = (NRF.getBattery()+NRF.getBattery()+NRF.getBattery()+NRF.getBattery())/4;
163+
var v = (NRF.getBattery()+NRF.getBattery()+NRF.getBattery()+NRF.getBattery()+NRF.getBattery()+NRF.getBattery())/6;
164164
var ov = NRF.getBattery;
165165
NRF.getBattery = function() {
166166
var current = (ov()+ov()+ov()+ov())/4;

0 commit comments

Comments
 (0)