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
the current implementation of millis() will rollover every 72min WITHOUT filling the uin32 number in full - which in fact make all arduino libraries which calculate time interval using millis() to fail at the point of rollover - will be good if there is a exact match of arduino millis() on ESP32 as this will enable the available arduino libraries to work correctly..