diff options
| author | Keith Packard <keithp@keithp.com> | 2014-02-09 23:47:47 -0800 | 
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2014-02-09 23:47:47 -0800 | 
| commit | e53be56179f4cd93227b6bdc28c2ae60b81db57d (patch) | |
| tree | 5117429b7b9e21534d146f4108a81817560c34c2 | |
| parent | d24ef4aa9429f4884548e5c9fd48d57e640f0d9d (diff) | |
doc: Update the 1.3.2 release notes to include APRS and Fire Igniter changes
Signed-off-by: Keith Packard <keithp@keithp.com>
| -rw-r--r-- | doc/release-notes-1.3.2.xsl | 14 | 
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/release-notes-1.3.2.xsl b/doc/release-notes-1.3.2.xsl index fbdeabed..279762c1 100644 --- a/doc/release-notes-1.3.2.xsl +++ b/doc/release-notes-1.3.2.xsl @@ -17,6 +17,14 @@  	  structure.  	</para>        </listitem> +      <listitem> +	<para> +	  Improve APRS behavior. Remembers last known GPS position and +	  keeps sending that if we lose GPS lock. Marks +	  locked/unlocked by sending L/U in the APRS comment field +	  along with the number of sats in view and voltages. +	</para> +      </listitem>      </itemizedlist>    </para>    <para> @@ -35,6 +43,12 @@  	  data and report that in the flight summary data.  	</para>        </listitem> +      <listitem> +	<para> +	  Use letters (A, B, C, D) for alternate pyro channel names +	  instead of numbers (0, 1, 2, 3) in the Fire Igniter dialog. +	</para> +      </listitem>      </itemizedlist>    </para>  </article>  | 
