Search found 1 match

by anakin78z
Fri Jan 24, 2025 7:56 pm
Forum: ESP8266
Topic: Button interrupt triggering without button press
Replies: 1
Views: 2790

Button interrupt triggering without button press

Hello! I have a button connected to the ESP8266 and have an interrupt callback set for when the button is pressed. The issue is, the callback triggers occasionally even when the button is not pressed. It is very inconsistent... it could be a few times a day, or several times in a 15 minute span. I'm...