From c81e68b3e42bd99769728966f539222fd4483973 Mon Sep 17 00:00:00 2001 From: DeltaLima Date: Wed, 11 Dec 2024 00:33:12 +0100 Subject: [PATCH] firmware - v0.1.2 --- cangrow.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cangrow.sh b/cangrow.sh index 39ed6fc..23d2c5f 100755 --- a/cangrow.sh +++ b/cangrow.sh @@ -3,7 +3,7 @@ test -z $TTY && TTY="/dev/ttyUSB0" test -z $IP && IP="192.168.4.20" -test -z $VER && VER="0.1.1" +test -z $VER && VER="0.1.2" BUILD="$(git rev-parse --short HEAD)-$(date '+%Y%m%d%H%M%S')" ACLI="$HOME/.local/bin/arduino-cli"