-
I got this far" sensor1 = Pin(26, mode = Pin.IN)
sensor2 = Pin(27, mode = Pin.IN)
esp32.wake_on_ext1(pins = (sensor1, sensor2), level = esp32.WAKEUP_ANY_HIGH) now I would like to know which pin woke it up. Is this possible in software? |
Beta Was this translation helpful? Give feedback.
Answered by
karfas
Mar 5, 2023
Replies: 2 comments 1 reply
-
You will need to patch and rebuild. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
davefes
-
Thanks, that you're asking this question because I need this too. |
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
You will need to patch and rebuild.
PR #7990 is not yet merged.