mswhirl / autoflashgui

Utility to flash firmware to modems and run setup commands after the flash has completed
GNU General Public License v3.0
70 stars 17 forks source link

Proposal - new default path for dfirmware file - Add browse control #8

Closed bovirus closed 5 years ago

bovirus commented 5 years ago

Hello.

I have a proposal for an enhancement

Currently the firmware file is defined via default.sini and is in the same folder of autofalshgui. It seems that there is no check that the firmware file defined is not available.

This is my proposal

Create a firmwares sub-folder. The firmware files should be in this path

Modify the Python code to use for firmware files as default path the firmwares sub-folder Modify the Python code to add a file check that the firmware file defined in defaults.ini is available. Modify the Python code to add a browse control to select firmware file from firwmares sub-folder.

Thanks.

mswhirl commented 5 years ago

Changes made, please check and close if OK.