From bdeeb131ade719eaaebe12b4446e6e7138d08a74 Mon Sep 17 00:00:00 2001 From: goutamreddy Date: Sun, 6 Nov 2022 08:24:29 -0800 Subject: [PATCH] Update Using ESP-IDF.txt clarified instructions for not using KConfig file --- docs/ESP-IDF/Using ESP-IDF.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ESP-IDF/Using ESP-IDF.txt b/docs/ESP-IDF/Using ESP-IDF.txt index 73177ad..18af838 100644 --- a/docs/ESP-IDF/Using ESP-IDF.txt +++ b/docs/ESP-IDF/Using ESP-IDF.txt @@ -9,7 +9,7 @@ There are two ways to configure the library either: manually enter the setup in menuconfig OR - delete the KConfig file, run idf.py and use the User_Setup_Select.h file + delete the KConfig file, select your LCD/board in the User_Setup_Select.h file, and run "idf.py reconfigure" The following menuconfig instructions were posted by dracir9 as part of the pull request #1770: