mirror of
https://github.com/esp8266/Arduino.git
synced 2025-10-15 11:26:40 +03:00
Calling schedule_function() from a scheduled function would result in an infinite loop, because the list traversal would never end.
Calling schedule_function() from a scheduled function would result in an infinite loop, because the list traversal would never end.