summaryrefslogtreecommitdiff
path: root/src/ao.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2010-07-03 17:42:36 -0400
committerKeith Packard <keithp@keithp.com>2010-07-14 19:10:04 -0700
commita9ec6be0e92dee01f7aac006ef6f7779c1da1b36 (patch)
treed509de151b0049301cea622e7777d1b11e53c861 /src/ao.h
parent62294ea3830d3ea261a8761edc9fa6f98201d321 (diff)
Telemetry code was mis-computing RSSI
The RSSI data from the hardware reports in 1/2 dBm increments, and so must be divided to report plain RSSI numbers. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/ao.h')
-rw-r--r--src/ao.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ao.h b/src/ao.h
index a2dfadd0..dfff8a8d 100644
--- a/src/ao.h
+++ b/src/ao.h
@@ -804,7 +804,7 @@ ao_gps_report_init(void);
*/
#define AO_MAX_CALLSIGN 8
-#define AO_TELEMETRY_VERSION 2
+#define AO_TELEMETRY_VERSION 3
struct ao_telemetry {
uint8_t addr;