parent
aeea8241ba
commit
15ac03f866
|
|
@ -90,7 +90,7 @@ function drawInfo(now) {
|
||||||
if (showBattery) {
|
if (showBattery) {
|
||||||
writeLineTopic("BATT", i);
|
writeLineTopic("BATT", i);
|
||||||
const b = E.getBattery();
|
const b = E.getBattery();
|
||||||
writeLine(b + "%", i, b > batteryWarnLevel ? textColor : textColorRed);
|
writeLine(b + "%", i, b < batteryWarnLevel ? textColorRed : textColor);
|
||||||
i++;
|
i++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue