Replies: 1 comment
-
We currently do not support setting wake up modes on pins. If someone wants to submit a PR, there are ESP32 APIs to do it. This would need to be called from impl_gpio.c, through some function added in jd_pins.h. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I want to implement a "turn on/turn off" button for battery-saving mode, and I found that the
standby
API is exactly what I need for the "turn off" scenario. However, I can't figure out how to react to the button to turn the board back to normal mode.Right now, I have the following code:
Beta Was this translation helpful? Give feedback.
All reactions