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
I think this is actually a count-up from power on and that we're not really tracking time. I'm wondering if we should change "timestamp" to "uptime" or provide the actual timestamp. Someone mapping the mqtt may try to convert the timestamp from "epoch" and get some weird dates.
It is in fact only millis() wrapped up in `std::time(0):
Reported by postalbunny via PM on HBT:
It is in fact only
millis()
wrapped up in `std::time(0):tiltbridge/src/sendData.cpp
Line 631 in f0ed2cf
The text was updated successfully, but these errors were encountered: