update docs
[web/altusmetrum] / AltOS / doc / release-notes-1.1.1.html
1 <html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title></title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="article"><div class="titlepage"><hr></div><p>
2     Version 1.1.1 is a bug-fix release. It fixes a couple of bugs in
3     AltosUI and one firmware bug that affects TeleMetrum version 1.0
4     boards. Thanks to Bob Brown for help diagnosing the Google Earth
5     file export issue, and for suggesting the addition of the Ground
6     Distance value in the Descent tab.
7   </p><p>
8     AltOS Firmware Changes
9     </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>
10         TeleMetrum v1.0 boards use the AT45DB081D flash memory part to
11         store flight data, which is different from later TeleMetrum
12         boards. The AltOS v1.1 driver for this chip couldn't erase
13         memory, leaving it impossible to delete flight data or update
14         configuration values. This bug doesn't affect newer TeleMetrum
15         boards, and it doesn't affect the safety of rockets flying
16         version 1.1 firmware.
17       </p></li></ul></div><p>
18   </p><p>
19     AltosUI Changes
20     </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>
21         Creating a Google Earth file (KML) from on-board flight data
22         (EEPROM) would generate an empty file. The code responsible
23         for reading the EEPROM file wasn't ever setting the GPS valid
24         bits, and so the KML export code thought there was no GPS data
25         in the file.
26       </p></li><li class="listitem"><p>
27         The &#8220;Landed&#8221; tab was displaying all values in metric units,
28         even when AltosUI was configured to display imperial
29         units. Somehow I just missed this tab when doing the units stuff.
30       </p></li><li class="listitem"><p>
31         The &#8220;Descent&#8221; tab displays the range to the rocket, which is a
32         combination of the over-the-ground distance to the rockets
33         current latitude/longitude and the height of the rocket. As
34         such, it's useful for knowing how far away the rocket is, but
35         difficult to use when estimating where the rocket might
36         eventually land. A new &#8220;Ground Distance&#8221; field has been added
37         which displays the distance to a spot right underneath the
38         rocket.
39       </p></li><li class="listitem"><p>
40         Sensor data wasn't being displayed for TeleMini flight
41         computers in Monitor Idle mode, including things like battery
42         voltage. The code that picked which kinds of data to fetch
43         from the flight computer was missing a check for TeleMini when
44         deciding whether to fetch the analog sensor data.
45       </p></li></ul></div><p>
46   </p></div></body></html>