-
-
Notifications
You must be signed in to change notification settings - Fork 81
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
LongpressHandler demo doesn't work #14
Comments
Hi, Longpress is defined as 200ms, after that I get the following output:
The wiring was: D7 --> BTN --> GND Also had similar results with Adafruit Feather Huzzah ESP8266. There I used pin 2. |
Have you made this work? I'm facing a similar problem. In my case, not only the longpresshandler demo but also other demos are not working. Just see the welcome message and nothing's happening in my Serial Monitor |
I've borrowed the code from LongpressHandler demo, and it doesn't work.
Then I just tried the demo, and... it doesn't work either - only the 'welcome message' is shown, and no reaction on clicks.
The 'button' is connected to D1 and GND, so I've adjusted the demo sketch:
Platform: ESP8266 (NodeMCU V3) / Arduino IDE 1.8.13 / ESP8266 Core 2.7.4
The text was updated successfully, but these errors were encountered: