uorocketry / hydra

Hyper Dynamic Rocketry Avionics
GNU General Public License v3.0
5 stars 1 forks source link

SD card, no panic impl #83

Open NoahSprenger opened 8 months ago

NoahSprenger commented 8 months ago

The system should not panic on startup if no SD card is present. Wrap in an option. This prevents a failed reset where the system resets and if no card is present then vital systems can not perform as needed due to the panic that happens.

NoahSprenger commented 8 months ago

Less important now that the board resets if a panic occurs, however still should be present so that radio operations can perform as normal since logging is a secondary priority.