From 5f5e010a19397341af4d2132c732003a825a6be4 Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Tue, 12 Aug 2025 00:51:24 +0200 Subject: [PATCH] Stick with Espressif v5.5 Signed-off-by: Pol Henarejos --- workflows/autobuild.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/workflows/autobuild.sh b/workflows/autobuild.sh index f872cd9..b698342 100755 --- a/workflows/autobuild.sh +++ b/workflows/autobuild.sh @@ -28,6 +28,7 @@ elif [[ $1 == "esp32" ]]; then sudo apt install -y git wget flex bison gperf python3 python3-pip python3-venv cmake ninja-build ccache libffi-dev libssl-dev dfu-util libusb-1.0-0 git clone --recursive https://github.com/espressif/esp-idf.git cd esp-idf +git checkout tags/v5.5 ./install.sh esp32s3 . ./export.sh cd ..