-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Double wake from Touch Alarm in fake sleep (ESP32S2) #3926
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I have a vague memory of this issue being present in my early testing... Tested with :-
Console output :- (on a fresh-start)
I don't think this is specific to |
Here is the result of my test (consistent from what I remember from this week-end):
Here is the code I use (that mix two alarm kind and Pin can be added):
|
@dglaude I tried your code but still can't replicate the issue. |
Closing due to lack of activity... |
I tested Touch Alarm with the ESP32S2 with the code sample in #3850
When in fake sleep (USB connected to computer), it seems that my board wakeup twice in a raw when I touch.
The double trigger on touch only seems to occur with the USB connected to computer, but not when on a power supply.
Basically it made the code blink the blue LED twice in a raw for 5 seconds (with a single touch of the pin).
Tested with 6.1.0-beta3.
The wake-up speed is also much faster in fake sleep.
The text was updated successfully, but these errors were encountered: