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:
parent
aef6466550
commit
0edee8067e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue