BasicAirData / AirDataComputer

Air Data Computer
https://www.basicairdata.eu/projects/airdatacomputer/
Other
32 stars 23 forks source link

Return error in $FMQ,NEW if the file already exists #84

Open GrazianoCapelli opened 6 years ago

GrazianoCapelli commented 6 years ago

If the user try to create a new file that already exists, the firmware could return the error $FMA,NEW?

GrazianoCapelli commented 6 years ago

Thinking about it, maybe the error message should be reserved in case it is impossible to create the file. If the file is present after the creation request is processed, the firmware shouldn't return errors.

The user should verify if the file already exists prior to create the new file.