Clean up reflashing section, include section on self-flash recovery
[fw/altos] / doc / release-notes-1.1.1.xsl
index 14984a2aeb4e004ac9b1984bd1c37529ef6a871c..6f3a925dd66a556eb894f0f4235f18534eb85c48 100644 (file)
@@ -14,6 +14,7 @@
     AltOS Firmware Changes
     <itemizedlist>
       <listitem>
+<para>
        TeleMetrum v1.0 boards use the AT45DB081D flash memory part to
        store flight data, which is different from later TeleMetrum
        boards. The AltOS v1.1 driver for this chip couldn't erase
        configuration values. This bug doesn't affect newer TeleMetrum
        boards, and it doesn't affect the safety of rockets flying
        version 1.1 firmware.
-      </listitem>
+      </para>
+</listitem>
     </itemizedlist>
   </para>
   <para>
     AltosUI Changes
     <itemizedlist>
       <listitem>
+<para>
        Creating a Google Earth file (KML) from on-board flight data
        (EEPROM) would generate an empty file. The code responsible
        for reading the EEPROM file wasn't ever setting the GPS valid
        bits, and so the KML export code thought there was no GPS data
        in the file.
-      </listitem>
+      </para>
+</listitem>
       <listitem>
+<para>
        The “Landed” tab was displaying all values in metric units,
        even when AltosUI was configured to display imperial
        units. Somehow I just missed this tab when doing the units stuff.
-      </listitem>
+      </para>
+</listitem>
       <listitem>
+<para>
        The “Descent” tab displays the range to the rocket, which is a
        combination of the over-the-ground distance to the rockets
        current latitude/longitude and the height of the rocket. As
        eventually land. A new “Ground Distance” field has been added
        which displays the distance to a spot right underneath the
        rocket.
-      </listitem>
+      </para>
+</listitem>
       <listitem>
+<para>
        Sensor data wasn't being displayed for TeleMini flight
        computers in Monitor Idle mode, including things like battery
        voltage. The code that picked which kinds of data to fetch
        from the flight computer was missing a check for TeleMini when
        deciding whether to fetch the analog sensor data.
-      </listitem>
+      </para>
+</listitem>
     </itemizedlist>
   </para>
 </article>