mirror of
https://github.com/esp8266/Arduino.git
synced 2025-12-09 08:01:38 +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.