Internal pulldown resistors on esp32 c6

i just reported the issue right there.

1 Like

solved by adding these two lines:

rtc_gpio_init(WAKEUP_GPIO);
rtc_gpio_set_direction(WAKEUP_GPIO, RTC_GPIO_MODE_INPUT_ONLY);
now it works with 3.1.1 as well.

1 Like