diff options
| author | Keith Packard <keithp@keithp.com> | 2014-06-11 19:57:24 -0700 | 
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2014-06-11 19:57:24 -0700 | 
| commit | 2182c49298e0862a60dea104450d5f74dbeaeeb2 (patch) | |
| tree | 2c6d06e65fe62ce49cdc89d7dacde7775fce32b6 | |
| parent | d744e588b7504f314e39b1407152d11c031673c9 (diff) | |
doc: Update 1.4 release notes to include a few more changes
pyro firing time.
flight erase on TeleMega/TeleMetrum v2
Signed-off-by: Keith Packard <keithp@keithp.com>
| -rw-r--r-- | doc/release-notes-1.4.xsl | 29 | 
1 files changed, 26 insertions, 3 deletions
| diff --git a/doc/release-notes-1.4.xsl b/doc/release-notes-1.4.xsl index 43944bbd..71027599 100644 --- a/doc/release-notes-1.4.xsl +++ b/doc/release-notes-1.4.xsl @@ -9,7 +9,7 @@      software for all our boards and the AltosUI ground station    </para>    <para> -    AltOS Firmware Changes +    AltOS New Features      <itemizedlist>        <listitem>  	<para> @@ -39,14 +39,37 @@        </listitem>        <listitem>  	<para> +	  Make the firing time for extra pyro channels configurable, +	  allowing longer (or shorter) than the default 50ms. +	</para> +      </listitem> +    </itemizedlist> +  </para> +  <para> +    AltOS Fixes +    <itemizedlist> +      <listitem> +	<para>  	  Fix bug preventing the selection of the 'Flight State After'  	  mode in pyro configuration.  	</para>        </listitem> +      <listitem> +	<para> +	  Fix bug where erasing flights would reset the flight number +	  to 2 on TeleMega and TeleMetrum v2. +	</para> +      </listitem> +      <listitem> +	<para> +	  Fix u-Blox GPS driver to mark course and speed data as being +	  present. +	</para> +      </listitem>      </itemizedlist>    </para>    <para> -    AltosUI new features +    AltosUI New Features      <itemizedlist>        <listitem>  	<para> @@ -92,7 +115,7 @@      </itemizedlist>    </para>    <para> -    AltosUI fixes +    AltosUI Fixes      <itemizedlist>        <listitem>  	<para> | 
