How to handle pressed button during boot #92
Unanswered
zeppelin37
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Sounds like |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am using a button to wake my ESP32 from deep sleep. I would like to use AceButton to detect a LongPress. I read in the code that firing the event handler is on purpose avoided in this scenario. But that is exactly what I want here.
I tried to fake the "released" button state in the setup method before calling button.check(), but could not get it to work.
Do you have an idea how to implement this scenario?
Many thanks
Beta Was this translation helpful? Give feedback.
All reactions