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
As 2038 is happening in 15 years, I imagine it would be nice to be ahead of the Year 2038 Problem.
I noticed the getTime() function (in wifi_drv.cpp) returns a uint32_t value. Would it be possible to change it to an uint64_t type to ensure continuity of the function? I'm not so familiar with the library to know if there are any backward compability conflicts, or other problems I have not yet seen.
The text was updated successfully, but these errors were encountered:
As 2038 is happening in 15 years, I imagine it would be nice to be ahead of the Year 2038 Problem.
I noticed the
getTime()
function (inwifi_drv.cpp
) returns auint32_t
value. Would it be possible to change it to anuint64_t
type to ensure continuity of the function? I'm not so familiar with the library to know if there are any backward compability conflicts, or other problems I have not yet seen.The text was updated successfully, but these errors were encountered: