renew Screenshot, set firmware version to v0.1.4-dev
This commit is contained in:
parent
fb2a896da7
commit
483632fbdf
2 changed files with 1 additions and 1 deletions
Binary file not shown.
Before Width: | Height: | Size: 291 KiB After Width: | Height: | Size: 372 KiB |
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
test -z $TTY && TTY="/dev/ttyUSB0"
|
test -z $TTY && TTY="/dev/ttyUSB0"
|
||||||
test -z $IP && IP="192.168.4.20"
|
test -z $IP && IP="192.168.4.20"
|
||||||
test -z $VER && VER="0.1.3"
|
test -z $VER && VER="0.1.4-dev"
|
||||||
BUILD="$(git rev-parse --short HEAD)-$(date '+%Y%m%d%H%M%S')"
|
BUILD="$(git rev-parse --short HEAD)-$(date '+%Y%m%d%H%M%S')"
|
||||||
|
|
||||||
ACLI="$HOME/.local/bin/arduino-cli"
|
ACLI="$HOME/.local/bin/arduino-cli"
|
||||||
|
|
Loading…
Reference in a new issue