From e82046d297a9300ea919412c9bdf514fe44cdc45 Mon Sep 17 00:00:00 2001 From: Marcus Date: Thu, 17 Oct 2024 14:23:30 +0200 Subject: [PATCH] use vanilla espasyncwebserver instead of esphome fork. now it compiles for esp32 as well :) --- cangrow.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."