inav-configurator
inav-configurator copied to clipboard
Fix issue with saving firmware files to local machine
Looks like we had an issue saving downloaded firmware files to a local machine (Because of outdated chrome api). Fixed and tested on MacOS, if it is possible, please check on the other platforms before merging. Also fixed filename of the files from always "inav.hex" to specific for downloaded firmware.
Maybe my description of the bug was unclear, so I'd like to explain it again.
When you load firmware by using "Load Firmware [Online]" you can download the .hex file to your local machine by clicking on the link in the progress bar (highlighted in the screenshot), it is not working because of outdated Chrome API, in this PR I've fixed it by using fs library.