Replies: 1 comment
-
Have you ever found a solution? |
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
-
To save energy I put the ESP32 in Light sleep mode after some minutes. Then I have a photoresistor that detects when a light is turned on and it should wake up the ESP32.
I've tried the above code, but found out that the
touchAttachInterrupt
wakes up when theREAD_VALUE
is belowTHRESHOLD
, but I want to wake up whenREAD_VALUE
is above theTHRESHOLD
.Beta Was this translation helpful? Give feedback.
All reactions