autosportlabs / RaceCapture-Pro_firmware

Firmware for RaceCapture-Pro Data Acquisition, control and Telemetry system for motorsports
GNU General Public License v3.0
67 stars 35 forks source link

Write RaceCapture event log to SD card #1067

Open brentpicasso opened 5 years ago

brentpicasso commented 5 years ago

Write log messages to SD card if SD card is available.

RodADavison commented 5 years ago

This will require a small change to the app to control the destination of the log, and a thread on RC to flush the ring buffer to the sd card as this is currently being driven by polling from the app.