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
Can not use interrupts because of the condition on this link below. With this condition, when using interrupts the hardware goes into an infinite loop of reboots. If we commenting on this condition, the hardware works normally using interruptions.
To be clear, the requirement has always been there. The referenced condition was added to enforce it, otherwise it was a matter of cache luck whether it would work or not, and hence we'd get a bunch of issues from users who weren't using it.
The referenced PR just documents the requirement.
Closing as not an issue.
Can not use interrupts because of the condition on this link below. With this condition, when using interrupts the hardware goes into an infinite loop of reboots. If we commenting on this condition, the hardware works normally using interruptions.
Arduino/cores/esp8266/core_esp8266_wiring_digital.cpp
Line 177 in 0a8f2a1
The text was updated successfully, but these errors were encountered: