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 three variables used in the main loop were all different data types,
which would likely cause roll-over issues at ~25 or ~50 days of run time.
This fix changes the api_mtbs and api_lasttime to match the unsigned long
type used by the millis() function and tweaks the main loop comparison.
0 commit comments