diff options
| author | Keith Packard <keithp@keithp.com> | 2010-07-03 17:42:36 -0400 | 
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2010-07-14 19:10:04 -0700 | 
| commit | a9ec6be0e92dee01f7aac006ef6f7779c1da1b36 (patch) | |
| tree | d509de151b0049301cea622e7777d1b11e53c861 /src/ao.h | |
| parent | 62294ea3830d3ea261a8761edc9fa6f98201d321 (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.h | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -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;  | 
