ABCDEFGHIJKLMNOPQRSTUVWXYZAA
1
VersionDateDescription
2
631.12.2023
Motor movement changed from asyncronous to synchronous
3
Clock emulated in software if external clock module is disconnected. If external clock module with battery backup causes issues it's now possible to remove it.
4
Minor bug fixes
5
626.12.2021
Software update to work south of the equator
6
Default motor power changed from 110 to 120 (to strengthen tracker against wind and snow loads)
7
Timeouts adjustment to better allow for Speed=1 setting
8
6130.4.2021
Compatibility added for GPS module 'Star River'
9
6029.12.2020
If clock module has invalid time/date or stops ticking, restart to reset clock via a GPS sync
10
If tracker hasn't updated its position in 24 hours, enter service mode
11
592.6.2020
If GPS module gives an invalid time/date, clock module is not updated (exceedingly rare)
12
If GPS module gives an invalid time/date and clock module is reset, restart to GPS sync again (exceedingly rare)
13
5826.8.2019
Check if clock module has sporadically reset itself to 00:00:00 00/00/00 and does a GPS sync to refresh clock to resolve it
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100