You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a similar issue as #1020, using ESP12E board. When I am declaring certain pins, using attachInterrupts() and setting up Access Point WiFi in the same void setup() the wifi stops working. I have tested out that if I only declare pins D0, D1, D2, D3, D4, A0 and set up WiFi without the interrupts it does work. Please seen my code below!
I have tried detachInterrupt(), but it did not work.
Does anyone have the same problem? Is there a solution to this problem?
Code is incomplete, the issue template was ignored. Please open a new issue, follow the instructions on the issue template, and fill out the required info.
Closing.
I have a similar issue as #1020, using ESP12E board. When I am declaring certain pins, using attachInterrupts() and setting up Access Point WiFi in the same void setup() the wifi stops working. I have tested out that if I only declare pins D0, D1, D2, D3, D4, A0 and set up WiFi without the interrupts it does work. Please seen my code below!
I have tried detachInterrupt(), but it did not work.
Does anyone have the same problem? Is there a solution to this problem?
Thank you in advance.
MCVE Sketch
The text was updated successfully, but these errors were encountered: