esp32-homekit-camera
esp32-homekit-camera copied to clipboard
unable to create menuconfig
When trying to run cmake menuconfig from the esp32-homekit-camera directory, I get the following error:
CMake Error: The source directory "F:/Programs/esp32-homekit-camera/menuconfig" does not exist.
I've followed all the instructions for setting up everything but cannot figure out why it's telling me this. I've never used the ESP-IDF before, so any help would be greatly appreciated.
You have to run make
and not cmake
.