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
This reverts commit 9d3250b.
Standard Arduino Core calls yield() on delay() periodically. ESP8266 at least calls yield() once
on delay(). Not calling yield() at all deviates too much from expected behavior, IMHO.
The most reasonable way to provide ESP32 porters of sketches and libraries a similar
capability is to make delay() pluggable, such that what is added to yield() can be added to
delay() as well.
0 commit comments