diff --git a/Arduino/CanGrow/lib/ArduinoJson b/Arduino/CanGrow/lib/ArduinoJson deleted file mode 160000 index e33e78d..0000000 --- a/Arduino/CanGrow/lib/ArduinoJson +++ /dev/null @@ -1 +0,0 @@ -Subproject commit e33e78d202d03f45a63fb8d44fae25eef1ae8bd7 diff --git a/cangrow.sh b/cangrow.sh index 337f037..99ba2f4 100755 --- a/cangrow.sh +++ b/cangrow.sh @@ -4,7 +4,7 @@ test -z $TTY && TTY="/dev/ttyUSB0" test -z $IP && IP="192.168.4.20" -VER="$(grep "define CANGROW_VER" Arduino/CanGrow/CanGrow_Version.ino | cut -d \" -f2 |sed -e 's/\"//g')" +VER="$(grep "define CANGROW_VER" Arduino/CanGrow/CanGrow_Version.h | cut -d \" -f2 |sed -e 's/\"//g')" BUILD="$(git rev-parse --short HEAD)-$(date '+%Y%m%d%H%M%S')" ACLI="$HOME/.local/bin/arduino-cli"