From 3a3111effdc8c697105ce9a94d5582a3b0b958b7 Mon Sep 17 00:00:00 2001 From: William Emfinger Date: Sat, 30 May 2026 15:40:48 -0500 Subject: [PATCH] doc: Update readme to indicate esp-idf v6.0 support --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ca6cd5183..fbcc7f44b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ This is the repository for some c++ components developed for the [ESP-IDF](https://github.com/espressif/esp-idf) framework. Specifically we are -targeting `ESP-IDF 5.5.1` currently. +targeting `ESP-IDF 6.0` currently, but we are maintaining support for `ESP-IDF +v5.5.1` as well. > NOTE: This repo attempts to stay up to date with ESP-IDF. This means that the > code within may not be supported on older ESP-IDF targets.