You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/esp-idf_component.rst
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,9 @@ For a simplified method, see `lib-builder <lib_builder>`_.
10
10
Installation
11
11
------------
12
12
13
+
.. note::
14
+
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.
15
+
13
16
- Download and install `ESP-IDF <https://github.com/espressif/esp-idf>`_.
14
17
- Create blank idf project (from one of the examples).
15
18
- In the project folder, create a new folder called `components` and clone this repository inside the new created folder.
0 commit comments