From 7faafb63d9d4959b796504e04e0a54f47d020f33 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Fri, 22 Feb 2013 17:38:29 -0800 Subject: Add TeleBalloon v1.2 support Fix up the teleballoon code to run on firmware version 1.1, add TeleBalloon v1.2 product. Signed-off-by: Keith Packard --- src/core/ao_telemetry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core') diff --git a/src/core/ao_telemetry.c b/src/core/ao_telemetry.c index 52ac9489..3d35ce1a 100644 --- a/src/core/ao_telemetry.c +++ b/src/core/ao_telemetry.c @@ -26,7 +26,7 @@ static __pdata uint16_t ao_rdf_time; #define AO_SEND_MEGA 1 #endif -#if defined(TELEMETRUM_V_0_1) || defined(TELEMETRUM_V_0_2) || defined(TELEMETRUM_V_1_0) || defined(TELEMETRUM_V_1_1) || defined(TELEBALLOON_V_1_1) || defined(TELEMETRUM_V_1_2) +#if defined(TELEMETRUM_V_0_1) || defined(TELEMETRUM_V_0_2) || defined(TELEMETRUM_V_1_0) || defined(TELEMETRUM_V_1_1) || defined(TELEBALLOON_V_1_1) || defined(TELEMETRUM_V_1_2) || defined(TELEBALLOON_V_1_2) #define AO_TELEMETRY_SENSOR AO_TELEMETRY_SENSOR_TELEMETRUM #endif -- cgit v1.2.3