For setTime, move retrieval of system time from the engine into the setTime method itself. This greatly improves the accuracy of time synchronization with the station.

This commit is contained in:
Denny Page
2014-07-25 03:22:50 +00:00
parent 870497d690
commit 3985fdaa04
10 changed files with 38 additions and 33 deletions

View File

@@ -14,6 +14,10 @@ Changed lux-to-W/m^2 conversion factor in the fine offset driver.
Added rain rate calculation to Ultimeter driver.
Changed setTime to retrieve system time directly rather than using a value
passed by the engine. This greatly improves the accuracy of StdTimeSync,
particularly in network based implementations.
2.6.4 06/16/14