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

Indicate chip size based on device ID on the UI #11

Closed FlightControl-User closed 1 year ago

FlightControl-User commented 1 year ago

010A has 128K, 020 has 256K and 040 has 512K. These sizes need to be shown in the chipset UI.

FlightControl-User commented 1 year ago

Added this functionality, now the chip type determines the amount of memory available and is shown on the UI before flashing.