renew Screenshot, set firmware version to v0.1.4-dev

This commit is contained in:
DeltaLima 2024-12-12 02:52:14 +01:00
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

View file

@ -3,7 +3,7 @@
test -z $TTY && TTY="/dev/ttyUSB0"
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')"
ACLI="$HOME/.local/bin/arduino-cli"