From fde7c2bc19c73832938974b72de3b6589551d250 Mon Sep 17 00:00:00 2001 From: Sara Souza Date: Tue, 20 Oct 2020 08:24:07 -0300 Subject: [PATCH] xtensa/tools: Updated makefile to download the IDF stable version --- tools/esp32/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/esp32/Makefile b/tools/esp32/Makefile index 39784a56a9..1761f60fb8 100644 --- a/tools/esp32/Makefile +++ b/tools/esp32/Makefile @@ -41,7 +41,7 @@ ${IDF_PATH}: mkdir -p ${ESP_PATH} echo "WARNING:this directory can be automatically removed" > ${ESP_PATH}/README cd ${ESP_PATH} && \ - ls esp-idf || git clone -b master --recursive https://github.com/espressif/esp-idf.git && \ + ls esp-idf || git clone -b v4.1 --recursive https://github.com/espressif/esp-idf.git && \ cd ${IDF_PATH} && \ ./install.sh