adjust flash.sh script to build the requested display
This commit is contained in:
parent
5d8dd68d47
commit
d20aeaa7ea
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,9 @@
|
|||
|
||||
set -e
|
||||
|
||||
APPLET=$1
|
||||
cargo build --release --features $1
|
||||
|
||||
APPLET=harrogate
|
||||
TARGET_BIN="target/thumbv6m-none-eabi/release/$APPLET"
|
||||
test -e "$TARGET_BIN" || {
|
||||
echo "'$APPLET' does not exist"
|
||||
|
|
Loading…
Reference in a new issue