diff options
| author | Bdale Garbee <bdale@gag.com> | 2013-01-16 10:46:04 -0700 | 
|---|---|---|
| committer | Bdale Garbee <bdale@gag.com> | 2013-01-16 10:46:52 -0700 | 
| commit | f64fe671b7b4e2389219d672bcea978d0539d4ae (patch) | |
| tree | ecadb35fba21dc4c6ac045b2fe0bea8e31c624fd | |
| parent | 670034eef48d63cdaec8d271fa93da984ffe2ea9 (diff) | |
document what the 'Age' value in the AltosUI display means
| -rw-r--r-- | doc/altusmetrum.xsl | 9 | 
1 files changed, 9 insertions, 0 deletions
| diff --git a/doc/altusmetrum.xsl b/doc/altusmetrum.xsl index e7ab353b..0fd19e60 100644 --- a/doc/altusmetrum.xsl +++ b/doc/altusmetrum.xsl @@ -769,6 +769,15 @@ NAR #88757, TRA #12200              incorrect data from being reported.            </para>          </listitem> +        <listitem> +          <para> +            The age of the displayed data, in seconds since the last  +	    successfully received telemetry packet.  In normal operation +	    this will stay in the low single digits.  If the number starts +	    counting up, then you are no longer receiving data over the radio +	    link from the flight computer. +          </para> +        </listitem>        </itemizedlist>        <para>          Finally, the largest portion of the window contains a set of | 
