Closed rudydevolder closed 7 years ago
A similar issue on my Feather Huzzah / motor shield is present. I hope your patch fits also my HW!
According to: https://github.com/esp8266/Arduino/blob/master/doc/reference.md#timing-and-delays you might also consider to replace the
delay (0);
by
yield();
I will try later today... and let you know.
ok added a yield, please tr it!
I checked both delay (0);
and yield ();
==> both are working for me.
Thanks for adding the yield
function.
I found the solution already see: [https://github.com/esp8266/Arduino/issues/2377 ] By adding in the library-code the delay(0) command.: *
*