Commit 08643ec
committed
Revert "(Temporarliy) revert weak delay binding, until"
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.1 parent 06c2a90 commit 08643ec
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
| 144 | + | |
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| 149 | + | |
| 150 | + | |
149 | 151 | | |
150 | 152 | | |
151 | 153 | | |
| |||
0 commit comments