feat: dashboard-style telemetry output

Replace line-by-line telemetry dump with in-place dashboard showing:
- Status indicator (LIVE/STALE/NO SIGNAL)
- LINK: RSSI1, RSSI2, LQ, SNR, power, mode with color coding
- BATT: voltage, current, capacity, percentage
- IMU: pitch, roll, yaw in degrees
- MODE: flight mode name
- Frame counts footer

Add ATTITUDE (0x1E) and FLIGHT_MODE (0x21) telemetry parsing.
Dashboard redraws every 100ms with ANSI cursor control.
This commit is contained in:
2026-06-14 23:04:45 +02:00
parent d2331229eb
commit 1db5fdb374
3 changed files with 304 additions and 61 deletions
+7
View File
@@ -0,0 +1,7 @@
Implement all TODOs in the codebase.
write test first follow @AGENTS.md, commit when implemented one at a time and it passes.
git push when implemented.
You need to able to run telemetry on COM14 and start receiving data from TX module.