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?
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?