From 5f967d210d8693002a0e166d43703390a39290a0 Mon Sep 17 00:00:00 2001 From: Swapnil Pande Date: Mon, 8 Jun 2026 14:18:52 -0500 Subject: [PATCH 1/2] Update README: typo fix and update IDF version --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ff724ff..b4383a5 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ ESP-IDF components. ## Template This repository is designed to be used as a template repository - so you can -sepcify this as the template repository type when creating a new repository on +specify this as the template repository type when creating a new repository on GitHub. After setting this as the template, make sure to update the following: @@ -71,9 +71,9 @@ development environment to be able to build and flash your target hardware. ### Environment This project is an ESP-IDF project, currently [ESP-IDF -v.5.5.1](https://github.com/espressif/esp-idf). +v.5.5.1 or v6.0.0](https://github.com/espressif/esp-idf). -For information about setting up `ESP-IDF v5.5.1`, please see [the official +For information about setting up `ESP-IDF`, please see [the official ESP-IDF getting started documentation](https://docs.espressif.com/projects/esp-idf/en/v5.5.1/esp32s3/get-started/index.html). From f606457c68aa596a2e53337e8bce84e3727ea6f9 Mon Sep 17 00:00:00 2001 From: Swapnil Pande Date: Mon, 8 Jun 2026 15:47:00 -0500 Subject: [PATCH 2/2] Update getting started link to point to v6.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4383a5..c2a7637 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ v.5.5.1 or v6.0.0](https://github.com/espressif/esp-idf). For information about setting up `ESP-IDF`, please see [the official ESP-IDF getting started -documentation](https://docs.espressif.com/projects/esp-idf/en/v5.5.1/esp32s3/get-started/index.html). +documentation](https://docs.espressif.com/projects/esp-idf/en/release-v6.0/esp32s3/get-started/index.html). ### Build and Flash