X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=doc%2Frelease-notes-1.6.xsl;h=604fe0960284dce8bb274fd996a609cd593ae64b;hp=3f81379f691517b056199c87f1faaf2de1c0cb63;hb=aea188e4227993c508c7045d02f2bc87abd4e428;hpb=4a5c64bef6952f25cadebc3e1f9909a5f513e015 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. + +