Delocalized serial text output to ui worker thread

This commit is contained in:
2026-05-16 12:59:51 +02:00
parent 7ad0917237
commit d56c7605a1
5 changed files with 26 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ def telemetry_worker(state: AppState):
time.sleep(1)
continue
try:
dataframe = state.packet_queue.get(timeout=0.1)
dataframe = state.packet_queue.get_nowait()
except Empty:
continue