altos: Extend GPS altitudes to at least 24 bits everywhere
[fw/altos] / doc / release-notes-1.3.2.xsl
1 <?xml version="1.0" encoding="utf-8" ?>
2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "/usr/share/xml/docbook/schema/dtd/4.5/docbookx.dtd">
4
5 <article>
6   <para>
7     Version 1.3.2 is a minor release. It includes small bug fixes for
8     the TeleMega flight software and AltosUI ground station
9   </para>
10   <para>
11     AltOS Firmware Changes
12     <itemizedlist>
13       <listitem>
14         <para>
15           On TeleMega, limit number of logged GPS status information
16           to 12 satellites. That's all there is room for in the log
17           structure.
18         </para>
19       </listitem>
20       <listitem>
21         <para>
22           Improve APRS behavior. Remembers last known GPS position and
23           keeps sending that if we lose GPS lock. Marks
24           locked/unlocked by sending L/U in the APRS comment field
25           along with the number of sats in view and voltages.
26         </para>
27       </listitem>
28     </itemizedlist>
29   </para>
30   <para>
31     AltosUI changes
32     <itemizedlist>
33       <listitem>
34         <para>
35           If the TeleMega flight firmware reports that it has logged
36           information about more than 12 satellites, don't believe it
37           as the log only holds 12 satellite records.
38         </para>
39       </listitem>
40       <listitem>
41         <para>
42           Track the maximum height as computed from GPS altitude
43           data and report that in the flight summary data.
44         </para>
45       </listitem>
46       <listitem>
47         <para>
48           Use letters (A, B, C, D) for alternate pyro channel names
49           instead of numbers (0, 1, 2, 3) in the Fire Igniter dialog.
50         </para>
51       </listitem>
52     </itemizedlist>
53   </para>
54 </article>