diff options
author | Sébastien Dailly <sebastien@dailly.me> | 2025-07-20 21:46:40 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@dailly.me> | 2025-07-20 21:46:40 +0200 |
commit | 6de0aef90b5bb2c73fd0f192eb79bf81e2fb6715 (patch) | |
tree | 7e3c2ba0cc83796fd1d6729eac6e3d67fa207fc0 /code.py | |
parent | a4382ed71254dfb8e5eed0a6849e7710e0367cb8 (diff) |
Refresh the screen when receiving a change from the host
Diffstat (limited to 'code.py')
-rw-r--r-- | code.py | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 |