blob: 058d43fe094d7036865bfedcdfc9cb189015d77b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
|
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"/usr/share/xml/docbook/schema/dtd/4.5/docbookx.dtd">
<article>
<para>
Version 1.6.1 includes support for our updated TeleBT v3.0
product and bug fixes in in the flight software for all our boards
and ground station interfaces.
</para>
<para>
AltOS New Features
<itemizedlist>
<listitem>
<para>
Add support for TeleBT v3.0 boards.
</para>
</listitem>
<listitem>
<para>
Add support for uncompressed APRS data, providing support
for older APRS receivers. Uncompressed APRS data is less
precise, takes more bandwidth and doesn't have integrated
altitude data.
</para>
</listitem>
</itemizedlist>
</para>
<para>
AltOS Fixes
<itemizedlist>
<listitem>
<para>
Make TeleDongle and TeleBT more tolerant of data rate
variations from transmitting devices.
</para>
</listitem>
</itemizedlist>
</para>
<para>
AltosUI and TeleGPS New Features
<itemizedlist>
<listitem>
<para>
Add map to Monitor Idle display. It's nice to be able to
verify that maps are working, instead of needing to use
Monitor Flight.
</para>
</listitem>
</itemizedlist>
</para>
<para>
AltosUI Fixes
<itemizedlist>
<listitem>
<para>
Fix frequency configuration to round values instead of
truncate them, avoiding a common 1kHz error in the setting.
</para>
</listitem>
<listitem>
<para>
Turn the Windows stub into a more useful program that can
launch the application with parameters so that file manager
icons work more reliably.
</para>
</listitem>
<listitem>
<para>
Force KML export to use a C locale so that numbers are
formatted with '.' instead of ',' for a decimal separator in
non-US locales.
</para>
</listitem>
<listitem>
<para>
Preload map tiles based on distance rather than number of
tiles; this means you get the same resolution covering the
entire area, rather than having high resolution near the
center and low resolution further away.
</para>
</listitem>
<listitem>
<para>
Allow configuration of frequency and callsign in Monitor
Idle mode.
</para>
</listitem>
<listitem>
<para>
Fix layout weirdness when resizing windows on
Windows. Windows shouldn't have giant blank spaces around
the useful content anymore.
</para>
</listitem>
<listitem>
<para>
Fix layout weirdness when resizing windows on
Windows. Windows shouldn't have giant blank spaces around
the useful content anymore.
</para>
</listitem>
<listitem>
<para>
Use a longer filter for descent speed values. This should
provide something more useful on the display, although it
will take longer to respond to changes now.
</para>
</listitem>
<listitem>
<para>
Make Replay Flight run in realtime again. It had been set to
run at 10x speed by mistake.
</para>
</listitem>
</itemizedlist>
</para>
<para>
AltosDroid New Features
<itemizedlist>
<listitem>
<para>
Add offline map support using mapping code from AltosUI.
</para>
</listitem>
<listitem>
<para>
Support TeleDongle (and TeleBT via USB) on devices
supporting USB On-The-Go.
</para>
</listitem>
<listitem>
<para>
Display additional TeleMega pyro channel status in Pad tab.
</para>
</listitem>
<listitem>
<para>
Switch between metric and imperial units.
</para>
</listitem>
<listitem>
<para>
Monitor TeleBT battery voltage.
</para>
</listitem>
<listitem>
<para>
Track multiple devices at the same time, selecting between
them with a menu or using the map.
</para>
</listitem>
<listitem>
<para>
Add hybrid, satellite and terrain map types.
</para>
</listitem>
</itemizedlist>
</para>
<para>
AltosDroid Fixes
<itemizedlist>
<listitem>
<para>
Use standard Android display conventions so that a menu
button is available in the application title bar.
</para>
</listitem>
<listitem>
<para>
Adjust layout to work on large and small screens; shrinking
the go/no-go lights in smaller environments to try and make
everything visible.
</para>
</listitem>
<listitem>
<para>
Make voice announcements depend on current tab.
</para>
</listitem>
<listitem>
<para>
Compute adjustment to current travel direction while in
motion towards rocket.
</para>
</listitem>
</itemizedlist>
</para>
</article>
|