mjuhanne / fyrtur-esp

ESP32 / ESP8266 based IKEA Fyrtur wireless blinds controller
MIT License
61 stars 7 forks source link

menuconfig error: CMakeLists.txt missing from the fyrtur-esp project directory #3

Open gmarcc opened 2 years ago

gmarcc commented 2 years ago

The instructions indicate:

Chdir to fyrtur-esp directory and build the application (use default menuconfig settings). Then deploy the application while monitoring the debug console for any possible errors.

However, running idf.py menuconfig from the fyrtur-esp directory per the above instructions generates an error that CMakeLists.txt is not found in the project directory. There is indeed no CMakeLists.txt file in the fyrtur-esp directory. Should idf.py menuconfig be run from the esp32 directory instead, where a CMakeLists.txt file can be found?