Search found 1 match
- Mon Mar 16, 2020 7:29 pm
- Forum: ESP32 Arduino
- Topic: Enabling WiFi conflicts with button interrupts??
- Replies: 0
- Views: 3134
Enabling WiFi conflicts with button interrupts??
I have a button input for my ESP32. I have a simple debouncing that works well and changes a LED with a single click. If I hold the button down, just one light change. But then I enabled WiFi. Now if I have wifi going, and I press the button, the button constantly cycles while holding it down. Like ...