maximkulkin / esp32-homekit-camera

Firmware for esp32-camera module to act as Apple Homekit IP camera
MIT License
394 stars 78 forks source link

missing menu option #75

Open mentaluproar opened 3 years ago

mentaluproar commented 3 years ago

I've followed the build instructions in the wiki, but am stuck due to a missing menu option.
"Support array rtc_gpio_desc for ESP32" is missing. I can't find it anywhere. I tried cloning the git again, copy-pasting the instructions, but it's still missing.

cgmckeever commented 3 years ago

Search the closed issues, someone pointed out a way to search the menu over navigating it. I dont think it was this particular menu item, but it helped me.

peros550 commented 3 years ago

I had the same issue, I just skip that option and it compiled successfully

tiagokall commented 3 years ago

If you type "/" you can search for a keyword, it might help!

maximkulkin commented 3 years ago

@tiagokall I think the issue is that this option appeared only after particular ESP-IDF version and original author is using version prior to that. Just checked ESP-IDF master and the option is there, exactly where documentation says it is.

sylwesterr commented 3 years ago

Agree with Maxim, I just tried to configure and was also missing this option and could not compile, but when I installed latest IDF even the menuconfig layout changed (from entered to left-aligned) and the option appeared exactly in the place described in installation instruction.

tophneal commented 1 year ago

I'm running across this same issue with idf v5. I know that rtc_gpio_desc has been changed to rtc_io_desc, per the changelogs, but I cannot find rtc_io_desc in menuconfig, even when using the "/" shortcut to search. Has this been moved to a submodule, or is it safe to skip this configuration change and proceed with the rest?

than-sad commented 1 year ago

Me too.