altos: Send "metrum" telemetry packets for TeleMetrum v3.0 boards
authorKeith Packard <keithp@keithp.com>
Tue, 26 Nov 2019 02:36:16 +0000 (18:36 -0800)
committerKeith Packard <keithp@keithp.com>
Tue, 26 Nov 2019 02:36:16 +0000 (18:36 -0800)
This includes the ADC values, which report igniter continuity

Signed-off-by: Keith Packard <keithp@keithp.com>
src/kernel/ao_telemetry.c

index 99fc45348347410fd5c8835114122a0a8d0d147a..2aceaf283c893fa49b10a4c2228ada1eb229c626 100644 (file)
@@ -58,7 +58,7 @@ static uint16_t ao_aprs_time;
 #define AO_SEND_MEGA   1
 #endif
 
 #define AO_SEND_MEGA   1
 #endif
 
-#if defined (TELEMETRUM_V_2_0)
+#if defined (TELEMETRUM_V_2_0) || defined (TELEMETRUM_V_3_0)
 #define AO_SEND_METRUM 1
 #endif
 
 #define AO_SEND_METRUM 1
 #endif