diff options
| author | Selene ToyKeeper | 2018-11-03 16:54:18 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2018-11-03 16:54:18 -0600 |
| commit | b4d8f74c5fa32b974d7af8c71927822667a24643 (patch) | |
| tree | 2ea10ed0a9926b7eecf3080ffccc3b22c1a5a9ef /bin/build-tiny85.sh | |
| parent | Corrected anduril.txt with the new aux LED button mappings. (diff) | |
| parent | Added a help message to build.sh and flash.sh (diff) | |
| download | anduril-b4d8f74c5fa32b974d7af8c71927822667a24643.tar.gz anduril-b4d8f74c5fa32b974d7af8c71927822667a24643.tar.bz2 anduril-b4d8f74c5fa32b974d7af8c71927822667a24643.zip | |
merged trunk and flash-safer branch (clean up flash/build scripts and make flashing less likely to produce bricks)
Diffstat (limited to 'bin/build-tiny85.sh')
| -rwxr-xr-x | bin/build-tiny85.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/build-tiny85.sh b/bin/build-tiny85.sh new file mode 100755 index 0000000..6ee8397 --- /dev/null +++ b/bin/build-tiny85.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +BASEDIR=$(dirname "$0") +$BASEDIR/build.sh 85 $* |
