b4e1868d19
- Include option is currently "hacked" and needs to be fixed - Builds on Linux, but Mac and Windows needs to be tested - Loader script generation isn't complete
9 lines
126 B
Bash
Executable File
9 lines
126 B
Bash
Executable File
#!/bin/bash
|
|
|
|
#| Loads the hex file onto the teensy++ 2.0
|
|
|
|
sudo teensy-loader-cli -mmcu=at90usb1286 -w Build/main.hex
|
|
|
|
exit 0
|
|
|