use vanilla espasyncwebserver instead of esphome fork. now it compiles for esp32 as well :)
This commit is contained in:
parent
7b43171231
commit
e82046d297
1 changed files with 1 additions and 1 deletions
|
@ -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."
|
||||
|
|
Loading…
Reference in a new issue