diff options
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 |