diff options
| author | Carlosgg <carlosgilglez@gmail.com> | 2020-10-27 17:10:56 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-11-29 20:20:03 (GMT) |
| commit | 3fb1faceab8c4067cf636e0628ab44fe77582f72 (patch) | |
| tree | 83e68362ac83ed0d14769335029bd8d23ddb3461 /wasp/boards/simulator | |
| parent | e450ccf9f0cc7a646bfac75d6e1b67d5ee7481f0 (diff) | |
Notify level in settings app
Signed-off-by: Carlos Gil Gonzalez <carlosgilglez@gmail.com>
[daniel@redfelineninja.org.uk: Fixed board support for simulator and
sphinx (a.k.a. doc builder)]
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
Diffstat (limited to 'wasp/boards/simulator')
| -rw-r--r-- | wasp/boards/simulator/watch.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wasp/boards/simulator/watch.py b/wasp/boards/simulator/watch.py index e19e728..98d9246 100644 --- a/wasp/boards/simulator/watch.py +++ b/wasp/boards/simulator/watch.py @@ -12,8 +12,9 @@ def print_exception(exc, file=sys.stdout): traceback.print_exception(exc_type, exc_value, exc_traceback, file=file) sys.print_exception = print_exception -import draw565 import array +import draw565 +import os from machine import I2C from machine import Pin |
