Setup button_status event doesn't fire while WiFi.listen() is active?

What device are you using?

It's quite possible that the button handlers are not hooked up in Listening Mode, but with an interrupt or in loop() via digitalRead(BTN) you should be able to work around this.

IIRC there also is another thread that was dealing with this.

As it seems there is no solution yet, but maybe opening an issue in the GitHub repo might be an idea.

1 Like