summaryrefslogtreecommitdiff
path: root/wasp
diff options
context:
space:
mode:
Diffstat (limited to 'wasp')
-rw-r--r--wasp/boards/simulator/watch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wasp/boards/simulator/watch.py b/wasp/boards/simulator/watch.py
index 5aead3f..000184a 100644
--- a/wasp/boards/simulator/watch.py
+++ b/wasp/boards/simulator/watch.py
@@ -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