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