diff --git a/cangrow.sh b/cangrow.sh index f3183ed..cd73a93 100755 --- a/cangrow.sh +++ b/cangrow.sh @@ -34,7 +34,7 @@ test -z $1 && help case $1 in s|setup) ACLI_DIR="$(dirname $ACLI)" - declare -a LIBS=( "Adafruit SSD1306" "Adafruit BME280 Library" "ArduinoJson" "NTPClient" "Time" "ESPAsyncWebServer" ) + declare -a LIBS=( "Adafruit SSD1306" "Adafruit BME280 Library" "ArduinoJson" "NTPClient" "Time" "ESP Async WebServer" ) echo ":: Setting up build environment for CanGrow Firmware." echo " This will download the binary for arduino-cli and install" echo " the packages for the arduino ide from the debian repository."