-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Milestone
Description
Requirements:
SPI flash needs to be feature-ready as it's the most reliable method of data recording in-flight.
SPI flash has to be able to write data during flight, and dump that data onto an SD card after recovery.
2 possible methods:
- Treat SPI flash as a blank memory space, which would mean writing to SD would be more complicated
- Mount a file system to SPI flash(I think there is a library for it?) and copy the file over after flight.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request