We need to implement a method to load the setup configuration file on SDCard.
The Air Data Computer could search the file CONFIG.CFG into the SDCard on start (a one-time operation, when the user powers the device).
If the file is found, the firmware executes the commands in the file, in the same order they are written.
No additional commands are needed to implement this feature.
Different SDCards can have different setup configuration, depending on the CFG file.
Any software interface can override these settings by send a different configuration as soon as they are connected.
We need to implement a method to load the setup configuration file on SDCard.
The Air Data Computer could search the file
CONFIG.CFGinto the SDCard on start (a one-time operation, when the user powers the device).If the file is found, the firmware executes the commands in the file, in the same order they are written.
No additional commands are needed to implement this feature.
Different SDCards can have different setup configuration, depending on the CFG file.
Any software interface can override these settings by send a different configuration as soon as they are connected.