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, millis() will wrap around to 0 after roughly 49 days of execution time. In environments where the RNode may be left unattended, this could be an issue, and cause weird behaviour.
Apparently,
millis()
will wrap around to 0 after roughly 49 days of execution time. In environments where the RNode may be left unattended, this could be an issue, and cause weird behaviour.I need to check if this is a real problem or not.
See:
https://www.arduino.cc/reference/en/language/functions/time/millis/
The text was updated successfully, but these errors were encountered: