ESP32/components
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
..
app_console Add HTTP/serial file transfer, broadcast beacon, SD telemetry 2026-02-07 12:30:04 -08:00
csi_log update license 2025-12-19 18:13:49 -08:00
csi_manager update license 2025-12-19 18:13:49 -08:00
gps_sync SD card (SPI + CD), GPS PPS polarity/diagnostics, wiring docs 2026-02-07 11:42:03 -08:00
iperf Refactor file headers and clean up comments in multiple source files 2025-12-27 19:34:21 -08:00
mcs_telemetry Fix telemetry: snprintf truncation, open/write for SD, append NDJSON, capture LED 2026-02-07 21:39:57 -08:00
sd_card Fix telemetry: snprintf truncation, open/write for SD, append NDJSON, capture LED 2026-02-07 21:39:57 -08:00
sdcard_http Add HTTP/serial file transfer, broadcast beacon, SD telemetry 2026-02-07 12:30:04 -08:00
status_led Fix telemetry: snprintf truncation, open/write for SD, append NDJSON, capture LED 2026-02-07 21:39:57 -08:00
wifi_cfg Refactor file headers and clean up comments in multiple source files 2025-12-27 19:34:21 -08:00
wifi_controller Fix telemetry: snprintf truncation, open/write for SD, append NDJSON, capture LED 2026-02-07 21:39:57 -08:00
wifi_monitor update license 2025-12-19 18:13:49 -08:00