aboutsummaryrefslogtreecommitdiff
path: root/code.py
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@dailly.me>2025-07-20 21:46:40 +0200
committerSébastien Dailly <sebastien@dailly.me>2025-07-20 21:46:40 +0200
commit6de0aef90b5bb2c73fd0f192eb79bf81e2fb6715 (patch)
tree7e3c2ba0cc83796fd1d6729eac6e3d67fa207fc0 /code.py
parenta4382ed71254dfb8e5eed0a6849e7710e0367cb8 (diff)
Refresh the screen when receiving a change from the host
Diffstat (limited to 'code.py')
-rw-r--r--code.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/code.py b/code.py
index a738543..a232644 100644
--- a/code.py
+++ b/code.py
@@ -1,10 +1,9 @@
import board
-from supervisor import runtime
import json
-from serial_conn import Client
+from supervisor import runtime
import oled
-from supervisor import runtime
+from serial_conn import Client
# Do not reload the application when the files are changed
runtime.autoreload = False