From 8284ba8bf78aade8f9d8f711cfefe2010ce81066 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Tue, 12 Sep 2017 13:38:36 -0700 Subject: doc: Add forward reference from 'idle' description to idle entry steps. This provides a reminder that entering idle mode takes specific steps which differ between models. Signed-off-by: Keith Packard --- doc/usage.inc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/usage.inc b/doc/usage.inc index 29587b7e..d010f398 100644 --- a/doc/usage.inc +++ b/doc/usage.inc @@ -238,14 +238,16 @@ ifdef::radio[disabled, and the radio goes into transmit-only mode.] ifndef::radio[disabled.] The only way to get out of this - mode is to power the flight computer down. + mode is to power the flight computer down. See below for how to get the flight + computer to come up in Flight/Pad mode at power on. Idle:: The flight computer is ready to communicate over USB ifdef::radio[and in packet mode over the radio.] You can configure the flight computer, download data or display - the current state. + the current state. See below for how to get the flight + computer to come up in Idle mode at power on. ifdef::telemetrum,easymega,telemega[] For flight computers with accelerometers (TeleMetrum, -- cgit v1.2.3 From d0c1ebc43a9c5bb0a3503d33978a5e7bc87057fe Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Mon, 18 Sep 2017 18:51:18 -0700 Subject: Add short section on accelerometer calibration --- doc/config-device.inc | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'doc') diff --git a/doc/config-device.inc b/doc/config-device.inc index 35848882..99d5c008 100644 --- a/doc/config-device.inc +++ b/doc/config-device.inc @@ -206,6 +206,22 @@ ifdef::telegps[] in the log. endif::telegps[] +ifdef::telemega,easymega,telemetrum[] + + ==== Calibrate Accelerometer + + This opens a separate window to recalibrate the + accelerometers. Follow the instructions, orienting the + flight computer with the antenna end, or end opposite + the screw terminals, in the case of EasyMega, first up + and then down. + + When the calibration is complete, return to the + Configure Altimeter window and save the new + calibration values. + +endif::telemega,easymega,telemetrum[] + ifdef::telemega,easymega[] ==== Configure Pyro Channels -- cgit v1.2.3 From a54b3330574dd130540e482a06a3f8d7ca652b6c Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Mon, 18 Sep 2017 18:43:00 -0700 Subject: Update docs for 1.8.2 release Signed-off-by: Keith Packard --- doc/Makefile | 1 + doc/altusmetrum-docinfo.xml | 8 ++++++++ doc/release-notes-1.8.2.inc | 28 ++++++++++++++++++++++++++++ doc/release-notes.inc | 4 ++++ 4 files changed, 41 insertions(+) create mode 100644 doc/release-notes-1.8.2.inc (limited to 'doc') diff --git a/doc/Makefile b/doc/Makefile index 5b264e02..b1bff848 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -3,6 +3,7 @@ # RELNOTES_INC=\ + release-notes-1.8.2.inc \ release-notes-1.8.1.inc \ release-notes-1.8.inc \ release-notes-1.7.inc \ diff --git a/doc/altusmetrum-docinfo.xml b/doc/altusmetrum-docinfo.xml index 595422f1..c2bc14d1 100644 --- a/doc/altusmetrum-docinfo.xml +++ b/doc/altusmetrum-docinfo.xml @@ -46,6 +46,14 @@ + + 1.8.2 + 18 Sep 2017 + + Support TeleGPS v2.0 hardware. Add accelerometer recalibration + UI. + + 1.8.1 27 Aug 2017 diff --git a/doc/release-notes-1.8.2.inc b/doc/release-notes-1.8.2.inc new file mode 100644 index 00000000..2923ec11 --- /dev/null +++ b/doc/release-notes-1.8.2.inc @@ -0,0 +1,28 @@ += Release Notes for Version 1.8.2 +:toc!: +:doctype: article + + Version 1.8.2 includes support for TeleGPS version 2.0 along + with accelerometer recalibration support in AltosUI. + + 1.8.2 also contains a couple of minor fixes for AltosUI when + analyzing saved data files. + + == AltOS + + AltOS New Features + + * Support for TeleGPS version 2.0 hardware. + + == AltosUI and TeleGPS Applications + + AltosUI and TeleGPS New Features + + * Support for TeleGPS version 2.0. + + * Accelerometer re-calibration user interface. + + AltosUI and TeleGPS Bug Fixes + + * Prevent some crashes when reading older saved flight data + for graphing or KML export. diff --git a/doc/release-notes.inc b/doc/release-notes.inc index adcf57ed..a102b2dc 100644 --- a/doc/release-notes.inc +++ b/doc/release-notes.inc @@ -1,6 +1,10 @@ [appendix] == Release Notes + :leveloffset: 2 + include::release-notes-1.8.2.raw[] + + <<<< :leveloffset: 2 include::release-notes-1.8.1.raw[] -- cgit v1.2.3