diff options
| author | Mike Beattie <mike@ethernal.org> | 2013-03-10 19:07:01 +1300 | 
|---|---|---|
| committer | Mike Beattie <mike@ethernal.org> | 2013-03-10 19:07:01 +1300 | 
| commit | d029acad6a992be9b7b4498e70605f8a1e1a4ef6 (patch) | |
| tree | 851283be0bcb5915bd54e2c19073531336080bd5 /doc/altusmetrum.xsl | |
| parent | eba7b2ef8ef23bdb61b0390e47be6f27ffde31dc (diff) | |
| parent | 72c5b1429bdfd6e9d2185bad7d0adb281fdf659a (diff) | |
Merge branch 'master' into altosdroid
Diffstat (limited to 'doc/altusmetrum.xsl')
| -rw-r--r-- | doc/altusmetrum.xsl | 31 | 
1 files changed, 31 insertions, 0 deletions
diff --git a/doc/altusmetrum.xsl b/doc/altusmetrum.xsl index 9fdd6b07..c5c08d4e 100644 --- a/doc/altusmetrum.xsl +++ b/doc/altusmetrum.xsl @@ -386,6 +386,36 @@ NAR #88757, TRA #12200          tower with a screw-driver trying to turn on your avionics before           installing igniters!        </para> +      <para> +	TeleMini is configured via the radio link. Of course, that +	means you need to know the TeleMini radio configuration values +	or you won't be able to communicate with it. For situations +	when you don't have the radio configuration values, TeleMini +	offers an 'emergency recovery' mode. In this mode, TeleMini is +	configured as follows: +	<itemizedlist> +	  <listitem> +	    Sets the radio frequency to 434.550MHz +	  </listitem> +	  <listitem> +	    Sets the radio calibration back to the factory value. +	  </listitem> +	  <listitem> +	    Sets the callsign to N0CALL +	  </listitem> +	  <listitem> +	    Does not go to 'pad' mode after five seconds. +	  </listitem> +	</itemizedlist> +      </para> +      <para> +	To get into 'emergency recovery' mode, first find the row of +	four small holes opposite the switch wiring. Using a short +	piece of small gauge wire, connect the outer two holes +	together, then power TeleMini up. Once the red LED is lit, +	disconnect the wire and the board should signal that it's in +	'idle' mode after the initial five second startup period. +      </para>      </section>      <section>        <title>GPS </title> @@ -2649,6 +2679,7 @@ NAR #88757, TRA #12200    <appendix        xmlns:xi="http://www.w3.org/2001/XInclude">      <title>Release Notes</title> +    <simplesect><title>Version 1.2</title><xi:include	href="release-notes-1.2.xsl"  xpointer="xpointer(/article/*)"/></simplesect>      <simplesect><title>Version 1.1.1</title><xi:include	href="release-notes-1.1.1.xsl"  xpointer="xpointer(/article/*)"/></simplesect>      <simplesect><title>Version 1.1</title><xi:include	href="release-notes-1.1.xsl"  xpointer="xpointer(/article/*)"/></simplesect>      <simplesect><title>Version 1.0.1</title><xi:include	href="release-notes-1.0.1.xsl"  xpointer="xpointer(/article/*)"/></simplesect>  | 
