Removing sudo from Linux load script.
This commit is contained in:
parent
d923eb551b
commit
fd62e488be
@ -11,7 +11,7 @@ if [ ! -e teensy-loader-cli/teensy-loader-cli ]; then
|
||||
fi
|
||||
|
||||
#| Loads the hex file onto the teensy
|
||||
sudo teensy-loader-cli/teensy-loader-cli -mmcu=@MCU@ -w @TARGET_HEX@
|
||||
teensy-loader-cli/teensy-loader-cli -mmcu=@MCU@ -w @TARGET_HEX@
|
||||
|
||||
exit 0
|
||||
|
||||
|
Reference in New Issue
Block a user