From e38c5d34b1ff8a8e8c45a8618e5eb90555dd187e Mon Sep 17 00:00:00 2001 From: Tomas Pilny Date: Tue, 20 Sep 2022 16:15:43 +0200 Subject: [PATCH 1/2] Doc update: added note about global arduino component --- docs/source/esp-idf_component.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/esp-idf_component.rst b/docs/source/esp-idf_component.rst index e2049b4e2bf..092cc5db7c6 100644 --- a/docs/source/esp-idf_component.rst +++ b/docs/source/esp-idf_component.rst @@ -37,6 +37,8 @@ Installation cd ../.. && \ idf.py menuconfig +.. note:: If you use Arduino with IDF often, you can place the arduino folder into global components folder. + Configuration ------------- From 7261940da13db6b11a1c460531622b908acb4885 Mon Sep 17 00:00:00 2001 From: Tomas Pilny Date: Thu, 22 Sep 2022 09:42:05 +0200 Subject: [PATCH 2/2] Requested changne IDF -> ESP-IDF --- docs/source/esp-idf_component.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/esp-idf_component.rst b/docs/source/esp-idf_component.rst index 092cc5db7c6..e46864e011b 100644 --- a/docs/source/esp-idf_component.rst +++ b/docs/source/esp-idf_component.rst @@ -37,7 +37,7 @@ Installation cd ../.. && \ idf.py menuconfig -.. note:: If you use Arduino with IDF often, you can place the arduino folder into global components folder. +.. note:: If you use Arduino with ESP-IDF often, you can place the arduino folder into global components folder. Configuration -------------