You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apparently, there is a mechanism in ESP8266 to attach functions to loop(), called schedule_function(). This could be used to get rid of System::update() invocation.
The text was updated successfully, but these errors were encountered:
Apparently, there is a mechanism in ESP8266 to attach functions to
loop()
, calledschedule_function()
. This could be used to get rid ofSystem::update()
invocation.The text was updated successfully, but these errors were encountered: