use vanilla espasyncwebserver instead of esphome fork. now it compiles for esp32 as well :)

This commit is contained in:
Marcus 2024-10-17 14:23:30 +02:00
parent 7b43171231
commit e82046d297

View file

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