From f35eb20954abacbd98a67514b8bbebdcd3e8ca72 Mon Sep 17 00:00:00 2001 From: gojimmypi Date: Sun, 12 Jun 2022 12:39:04 -0700 Subject: [PATCH] Add note regarding ESP-IDF Version --- IDE/Espressif/ESP-IDF/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/IDE/Espressif/ESP-IDF/README.md b/IDE/Espressif/ESP-IDF/README.md index 37efc5a70..a0cc1c9e7 100644 --- a/IDE/Espressif/ESP-IDF/README.md +++ b/IDE/Espressif/ESP-IDF/README.md @@ -1,4 +1,10 @@ # ESP-IDF port + +NOTICE: These Espressif examples have been created and tested with the latest stable release branch of +[ESP-IDF V4](https://docs.espressif.com/projects/esp-idf/en/v4.4.1/esp32/get-started/index.html) +and have not yet been upgraded to the master branch V5. +See the latest [migration guides](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/migration-guides/index.html). + ## Overview ESP-IDF development framework with wolfSSL by setting *WOLFSSL_ESPIDF* definition