FlightControl-User / x16-flash

Contains the source code of the commander x16 rom flashing utility
GNU General Public License v3.0
4 stars 2 forks source link

Add file checking for each rom[n].bin as part of the device validation part at the start. #5

Closed FlightControl-User closed 6 months ago

FlightControl-User commented 1 year ago

So instead of checking each file in the main flashing routine, check first the files presence on the SDCARD, and if yes, indicate with a LED above the chip, using a color white, the presence of the file. If the chip is there, but the rom file is abscent, then the LED above the chip should be GREY.

This is very handy to show the user before the flashing routine actually executes, which chips will be flashed and which not.

FlightControl-User commented 6 months ago

Done