You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I enable RTCIO. When I type menuconfig, I just see camera options.
esp/esp-idf/components/esp32-camera/driver/twi.c:61:24: error: 'rtc_gpio_desc' undeclared (first use in this function); did you mean 'rtc_io_desc'?
uint32_t rtc_reg = rtc_gpio_desc[pin].reg;
^~~~~~~~~~~~~
rtc_io_desc
The text was updated successfully, but these errors were encountered:
How can I enable RTCIO. When I type menuconfig, I just see camera options.
The text was updated successfully, but these errors were encountered: