From 80b82625950b6167693c5b13b44cec624c3ae57c Mon Sep 17 00:00:00 2001 From: VojtechBartoska Date: Thu, 4 Nov 2021 17:21:44 +0100 Subject: [PATCH] Update esp-idf_component.rst --- docs/source/esp-idf_component.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/source/esp-idf_component.rst b/docs/source/esp-idf_component.rst index 7db07a13..ba2ff676 100644 --- a/docs/source/esp-idf_component.rst +++ b/docs/source/esp-idf_component.rst @@ -10,6 +10,9 @@ For a simplified method, see `lib-builder `_. Installation ------------ +.. note:: +Latest Arduino Core ESP32 version is now compatible with [ESP-IDF v4.4](https://github.com/espressif/esp-idf/tree/release/v4.4). Please consider this compability when using Arduino as component in ESP-IDF. + - Download and install `ESP-IDF `_. - Create blank idf project (from one of the examples). - In the project folder, create a new folder called `components` and clone this repository inside the new created folder.