diff options
| author | Keith Packard <keithp@keithp.com> | 2016-05-04 21:13:31 -0700 | 
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2016-05-04 21:13:31 -0700 | 
| commit | 85191fe911a5ea4af384bff9b2ed9986679cd9fd (patch) | |
| tree | 4fcfff755d7ed2a197edfd9729a94c0814938f5f | |
| parent | 541996f95f9e26299618dbb79e723b82a52afd31 (diff) | |
doc: 1.6.3 release notes note TeleBT rts/cts and TM 2.0 monitor idle fixes
Signed-off-by: Keith Packard <keithp@keithp.com>
| -rw-r--r-- | doc/altusmetrum-docinfo.xml | 3 | ||||
| -rw-r--r-- | doc/release-notes-1.6.3.inc | 10 | 
2 files changed, 10 insertions, 3 deletions
diff --git a/doc/altusmetrum-docinfo.xml b/doc/altusmetrum-docinfo.xml index 60be0411..5473dd66 100644 --- a/doc/altusmetrum-docinfo.xml +++ b/doc/altusmetrum-docinfo.xml @@ -50,7 +50,8 @@      <revnumber>1.6.3</revnumber>      <date>21 April 2016</date>      <revremark> -      Minor release fixing various host software bugs. +      Minor release adding idle mode to AltosDroid and fixing various +      host software bugs.      </revremark>    </revision>    <revision> diff --git a/doc/release-notes-1.6.3.inc b/doc/release-notes-1.6.3.inc index e592b76b..6aa77042 100644 --- a/doc/release-notes-1.6.3.inc +++ b/doc/release-notes-1.6.3.inc @@ -8,8 +8,11 @@  	== AltOS -	There aren't any significant bug fixes or new features in the -	flight firmware in version 1.6.3. +	AltOS fixes: + +	* Fix hardware flow control on TeleBT v3.0. RTS/CTS is +	  wired backwards on this board, switch from using the +	  hardware to driving these pins with software.  	== AltosUI and TeleGPS Applications @@ -36,6 +39,9 @@  	* Fix USB device discovery on Mac OS X El Capitan. This makes            the connected Altus Metrum USB devices appear again. +	* Fix acceleration data presented in MonitorIdle mode for +	  TeleMetrum v2.0 flight computers. +  	== AltosDroid  	AltosDroid new features:  | 
