From aea188e4227993c508c7045d02f2bc87abd4e428 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sat, 7 Feb 2015 18:10:34 -0800 Subject: [PATCH] doc: update 1.6 release notes with recent bug fixes Signed-off-by: Keith Packard --- doc/release-notes-1.6.xsl | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) 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 @@ 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. @@ -114,6 +116,27 @@ data files in the file manager work correctly. + + + When replaying a file, put 'done' in the Age field when we + reach the end of the file, instead of continuing to count forever. + + + + + 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. + + + + + 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. + + -- 2.30.2