* Add combined firmware ZIP creation and update flashing script for device selection
* Refactor firmware flashing scripts and update README for improved device selection and actions
* Remove outdated flash script for PortaPack Mayhem
* Add write permissions to release jobs in nightly and stable release workflows
* Rename HackRF firmware files for consistency in nightly and stable release workflows
* Refactor release workflows to streamline asset preparation and upload process
* Fix file paths for HackRF firmware in nightly and stable release workflows
* Updated labels
* Refactor mayhem_flasher.bat for improved clarity
* Added reset after flash
Updated the flashing script to include error handling and improved user prompts.
* Remove --reset from DFU as it is known to cause issues
* Remove replacement of newlines with hex codes
Assuming that its unnecessary as we are no longer outputting these via stdout but pipe it into some binary that could handle newlines in its stdin therefore don't need and support this transformation
* Attempt 2 after reading gh docs :D
* Fix changelog for stable release too
* Fixed sd card zip folder structure
* Update create_nightly_release.yml
Updated zip for work map
* Update create_stable_release.yml
Replicated on stable release
* Github actions test
* Action to create and upload ppfw.tar
+remove unused travis config
* Changelog token fix
* Also generate ppfw for stable releases
* Make tar verbose