Simple serial monitor implementation

This commit is contained in:
2026-05-12 20:02:42 +02:00
parent d61ad11428
commit 5c840538fb
13 changed files with 337 additions and 88 deletions

View File

@@ -11,7 +11,7 @@ import csv
def telemetry_worker(state: AppState):
while state.telemetry_thread_running:
if not state.serial_thread_running:
if not state.lora_thread_running:
time.sleep(1)
continue
try: