summaryrefslogtreecommitdiff
path: root/doc/release-notes-1.6.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'doc/release-notes-1.6.xsl')
-rw-r--r--doc/release-notes-1.6.xsl25
1 files changed, 24 insertions, 1 deletions
diff --git a/doc/release-notes-1.6.xsl b/doc/release-notes-1.6.xsl
index 3f81379f..604fe096 100644
--- a/doc/release-notes-1.6.xsl
+++ b/doc/release-notes-1.6.xsl
@@ -46,7 +46,9 @@
<para>
Replace LPC11U14 SPI driver with non-interrupt version. The
interrupt code would occasionally wedge on long transfers
- if interrupts were blocked for too long.
+ if interrupts were blocked for too long. This affects all
+ released TeleGPS products; if you have a TeleGPS device,
+ you'll want to reflash the firmware.
</para>
</listitem>
</itemizedlist>
@@ -114,6 +116,27 @@
data files in the file manager work correctly.
</para>
</listitem>
+ <listitem>
+ <para>
+ When replaying a file, put 'done' in the Age field when we
+ reach the end of the file, instead of continuing to count forever.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ In the Scan Channels code, wait for five seconds if we see
+ any packet. This is needed because AltOS now sends the
+ callsign, serial number and flight number only once every
+ five seconds these days.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ In the Scan Channels code, reset pending flight state
+ information each time we change channels. This avoids having
+ flight computers appear on multiple frequencies by accident.
+ </para>
+ </listitem>
</itemizedlist>
</para>
</article>