simulator: Start with a higher initial voltage

Starting with the battery full makes testing the battery meter easier...

Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
This commit is contained in:
Daniel Thompson 2020-12-28 12:01:51 +00:00
parent aef6466550
commit 0edee8067e

View file

@ -64,7 +64,7 @@ class Backlight(object):
class Battery(object):
def __init__(self):
self.voltage = 3.9
self.voltage = 4.1
self.step = -0.01
self.powered = False