Commit Graph

6 Commits

Author SHA1 Message Date
Robert McMahon 74eb6cb553 Fix telemetry: snprintf truncation, open/write for SD, append NDJSON, capture LED
- mcs_telemetry: fix snprintf truncation in to_json (advance offset by actual
  bytes written, reserve tail for closing brackets)
- sd_card: use open/write/close instead of fwrite to bypass stdio buffering
- wifi_controller: append telemetry as NDJSON (one object per line)
- status_led: blink blue only when frames captured in monitor mode

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-07 21:39:57 -08:00
Robert McMahon 969abb5ae4 update license 2025-12-19 18:13:49 -08:00
Bob cab824265d iperf 2 control support 2025-12-13 18:52:59 -08:00
Bob 7cc08c3b3a blink led w/traffic 2025-12-12 11:03:41 -08:00
Bob 034f21c322 led blinks red on send failure, illuminates solid purple while sending 2025-12-12 10:08:51 -08:00
Bob c8814dfa39 make led it's own component 2025-12-08 17:03:15 -08:00