From 6de0aef90b5bb2c73fd0f192eb79bf81e2fb6715 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Sun, 20 Jul 2025 21:46:40 +0200 Subject: Refresh the screen when receiving a change from the host --- code.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'code.py') 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 -- cgit v1.2.3