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_server_time_ms overflows when doing static_cast<uint64_t>(seconds) * 1000 so the time when parsing the GPS time to String is incorrect. I guess that the getGPSTime() function uses this too, so the time that returns that function is wrong too.
I modified the ServerTime function in my own RadioEvent classs, and found that is not a network server issue. I tested it with Thingpark and a xDot module.
The text was updated successfully, but these errors were encountered:
Hi, in "mDotEvent.h" found that in this function:
The
current_server_time_ms
overflows when doingstatic_cast<uint64_t>(seconds) * 1000
so the time when parsing the GPS time to String is incorrect. I guess that thegetGPSTime()
function uses this too, so the time that returns that function is wrong too.I modified the ServerTime function in my own RadioEvent classs, and found that is not a network server issue. I tested it with Thingpark and a xDot module.
The text was updated successfully, but these errors were encountered: