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 0d71f25 commit 4fbffe2Copy full SHA for 4fbffe2
apps/powermanager/boot.js
@@ -160,7 +160,7 @@
160
}
161
162
if (settings.forceMonoVoltage){
163
- var v = (NRF.getBattery()+NRF.getBattery()+NRF.getBattery()+NRF.getBattery())/4;
+ var v = (NRF.getBattery()+NRF.getBattery()+NRF.getBattery()+NRF.getBattery()+NRF.getBattery()+NRF.getBattery())/6;
164
var ov = NRF.getBattery;
165
NRF.getBattery = function() {
166
var current = (ov()+ov()+ov()+ov())/4;
0 commit comments