ESP32/components/status_led
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
..
CMakeLists.txt make led it's own component 2025-12-08 17:03:15 -08:00
status_led.c Fix telemetry: snprintf truncation, open/write for SD, append NDJSON, capture LED 2026-02-07 21:39:57 -08:00
status_led.h Fix telemetry: snprintf truncation, open/write for SD, append NDJSON, capture LED 2026-02-07 21:39:57 -08:00