Search found 1 match

by natoop
Sun Jun 20, 2021 5:01 pm
Forum: Hardware
Topic: light sleep mode, problem to disable gpio_wakeup pin
Replies: 0
Views: 1886

light sleep mode, problem to disable gpio_wakeup pin

Hey, I am able to activate light sleep mode with GPIO wake up source : esp_sleep_enable_gpio_wakeup() i setup 2 pins to wake up from light sleep : gpio_wakeup_enable() I have a problem when I try to deactivate on of the two GPIO pins with this function : gpio_wakeup_disable(gpio_num_tgpio_num) But n...