This archive builds a self-extracting firmware flasher for Open Core Sabers (using teensy technology), see https://github.com/LamaDiLuce/polaris-opencore for the firmware which this software is primarily designed to work with.
- Place the .hex file in the files folder
- edit the upload.cmd in the files folder to reference the named .hex file
- edit the config.txt file to reference the named hex file or version number
- edit the create.bat file to reference the correct version number
- run the create.bat file to build a self-extracting installer
###MAC OS
- Place the .hex file in the files folder
- edit the upload-macos.command in the files folder to reference the named .hex file
- edit build-mac-flasher.command to reference the named hex file or version number
- run the build-mac-flasher.command to builf the Mac OS DMG redistributable if the command file does not run you will need to set the executable permission chmod +x *.command in terminal