Search found 1 match

by osi
Tue Oct 11, 2022 11:04 pm
Forum: ESP32 boards
Topic: Can't wakeup esp32c3 after deepsleep or light sleep by pin
Replies: 3
Views: 24122

Re: Can't wakeup esp32c3 after deepsleep or light sleep by pin

The problem is that ESP32-C3 uses slightly different espidf API (GPIO wake-up vs. EXT0/1 wake-up) so implementation for this feature is temporarly disabled for this chip. I already opened PR https://github.com/micropython/micropython/pull/9583 which fixing this issue.