cangrow.sh fix typo, remove ArduinoJson because broke submodule

This commit is contained in:
DeltaLima 2024-12-13 21:45:28 +01:00
parent 5b56c8bc86
commit 32cd179a69
2 changed files with 1 additions and 2 deletions

@ -1 +0,0 @@
Subproject commit e33e78d202d03f45a63fb8d44fae25eef1ae8bd7

View file

@ -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"