diff options
| author | Keith Packard <keithp@keithp.com> | 2016-04-29 21:49:43 -0700 | 
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2016-04-29 21:49:43 -0700 | 
| commit | 7db1cba64a2f6c80c5fe6e3073a0ff65be9c04c1 (patch) | |
| tree | bc3c8ef70ddb7adc8d9298fd246473b0f7d9676b /doc/release-notes-1.6.3.inc | |
| parent | ec20e2f72460010c4f59e6d59775671260e01026 (diff) | |
doc: Add idle mode info to 1.6.3 release note
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'doc/release-notes-1.6.3.inc')
| -rw-r--r-- | doc/release-notes-1.6.3.inc | 38 | 
1 files changed, 35 insertions, 3 deletions
| diff --git a/doc/release-notes-1.6.3.inc b/doc/release-notes-1.6.3.inc index 28699064..e592b76b 100644 --- a/doc/release-notes-1.6.3.inc +++ b/doc/release-notes-1.6.3.inc @@ -2,9 +2,9 @@  :toc!:  :doctype: article -	Version 1.6.3 contains bug fixes for our host software on -	desktops, laptops an android devices along with BlueTooth -	support for Windows. +	Version 1.6.3 adds idle mode to AltosDroid and has bug fixes +	for our host software on desktops, laptops an android devices +	along with BlueTooth support for Windows.  	== AltOS @@ -38,6 +38,24 @@  	== AltosDroid +	AltosDroid new features: + +	* Monitor Idle mode. Check state of flight computer while in +          idle mode over the radio link + +	* Fire Igniters. Remotely fire ignires for recovery system +          ground tests. + +	* Remote reboot. Cause the flight computer to reboot over the +          radio link. This provides a method for switching the flight +          computer from idle to flight mode without needing to reach +          the power switch. + +	* Configurable frequency menu. Change the set of available +          frequencies and provide more descriptive names. + +	AltosDroid bug fixes: +  	* Don't set target location if GPS hasn't locked yet.  	* Fix saving target states so they can be reloaded when the @@ -48,6 +66,20 @@  	* Fix crash on some Android devices for offline maps when            changing the map scale or location. +	* Don't require USB OTG support. This kept the latest +	  AltosDroid from being offered on devices without USB device +	  support, although it can work without that just fine using +	  BlueTooth. + +	* Don't require bluetooth to be enabled. This allows the +          application to operate with USB devices or just show old +          data without turning on the bluetooth radio. + +	* Recover old tracker positions when restarting +          application. This finally allows you to safely stop and +          restart the application without losing the last known +          location of any tracker. +  	== Documentation  	* Document TeleMega and EasyMega additional pyro channel | 
