1
0
Fork 0

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>
pull/137/head
Daniel Thompson 2020-12-28 12:01:51 +00:00
parent aef6466550
commit 0edee8067e
1 changed files with 1 additions and 1 deletions

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