Sending updates to external screen + RGB LCD

This commit is contained in:
2026-08-16 14:23:18 +02:00
parent 2276c1742a
commit fd00c9a89d
11 changed files with 367 additions and 24 deletions
+2 -2
View File
@@ -9,11 +9,11 @@ import shared.safeQueue as safeQueue
import shared.alerts as alerts
try:
import shared.lora_device as lora_device
except ImportError:
except (ImportError, SyntaxError):
pass # No need
try:
import shared.uart_comm as uart_comm
except ImportError:
except (ImportError, SyntaxError):
pass # No need as we are on the RPI
import shared.sensors