mirror of
https://github.com/esp8266/Arduino.git
synced 2025-09-05 08:04:28 +03:00
gettimeofday used to return timestamps which had tv_sec 1000 times smaller than the correct value. s_bootTime is in seconds, so no need to divide it by 1000.