esp32-homekit-camera icon indicating copy to clipboard operation
esp32-homekit-camera copied to clipboard

missing menu option

Open mentaluproar opened this issue 5 years ago • 7 comments

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.

mentaluproar avatar Aug 01 '20 02:08 mentaluproar

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.

cgmckeever avatar Aug 01 '20 03:08 cgmckeever

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

peros550 avatar Aug 01 '20 03:08 peros550

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

tiagokall avatar Sep 20 '20 22:09 tiagokall

@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.

maximkulkin avatar Sep 20 '20 22:09 maximkulkin

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.

sylwesterr avatar Oct 09 '20 16:10 sylwesterr

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?

tophneal avatar Feb 02 '23 16:02 tophneal

Me too.

than-sad avatar Feb 26 '23 13:02 than-sad