Description
Enable local storage logging to preserve data when the board is offline or disconnected from the network. The system will write CSV telemetry records using the FileX filesystem, starting with a RAM-backed drive and expanding to a physical SD Card.
Description
Enable local storage logging to preserve data when the board is offline or disconnected from the network. The system will write CSV telemetry records using the FileX filesystem, starting with a RAM-backed drive and expanding to a physical SD Card.
logger_thread:fx_system_initialize).fx_media_format,fx_media_open).telemetry.csvand write CSV headers.board_init.c.logger_threadto automatically check for a physical SD Card on boot. If present, mount and log to the SD Card; if missing, fall back seamlessly to the RAM Disk.