This repository was archived by the owner on Aug 13, 2025. It is now read-only.
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I want to implement a "turn on/turn off" button for battery-saving mode, and I found that the
standbyAPI 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