Skip to content

Firmware v1.51 Fix TSIP GPS Date 1024 Weeks in the Past

Compare
Choose a tag to compare
@ve7fet ve7fet released this 27 Jan 04:24
· 2 commits to master since this release
5ee123f

This is a quick, one-line fix in the process_gps function:

gps_time = (DWORD) mktime(&tm) + 619315200;

It adds 1024 weeks (619315200 seconds) to the time for Trimble TSIP GPS', primarily to fix the Thunderbolt, which rolled over it's week counter on July 30, 2017 from Week 935 to 936, which caused it to stop adding 1024 weeks on it's own.

Unfortunately, this will probably break some other TSIP GPS' that have different firmware... to be fixed in a later release.

Note this release is being created solely to track binaries already in the repository for historical purposes. Do not rely on commit history for changes. Building from source is not recommended.