From ff12b8921cef6249407c3f7465a33e7e8604abb0 Mon Sep 17 00:00:00 2001 From: "jacob.eva" Date: Thu, 4 Jul 2024 18:55:16 +0100 Subject: [PATCH] Use new ESP32 IDF and force version in prep-esp32 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a855129..b664cfc 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -ESP_IDF_VER = 2.0.15 +ESP_IDF_VER = 2.0.17 all: release @@ -30,7 +30,7 @@ prep-avr: prep-esp32: arduino-cli core update-index --config-file arduino-cli.yaml - arduino-cli core install esp32:esp32 --config-file arduino-cli.yaml + arduino-cli core install esp32:esp32@2.0.17 --config-file arduino-cli.yaml arduino-cli lib install "Adafruit SSD1306" arduino-cli lib install "XPowersLib" arduino-cli lib install "Crypto"