altos: Call ao_telemetry_reset_interval when telemetry rate changes
[fw/altos] / src / cc1111 / ao_pins.h
index 2b19f1f6b4bc20f986443c904e400f6f171f871a..b40acbbd5495f105ffca582ddbf0738ee1a78f33 100644 (file)
@@ -56,6 +56,7 @@
        #define HAS_ACCEL               1
        #define HAS_IGNITE              1
        #define HAS_MONITOR             0
+       #define HAS_TELEMETRY           1
 #endif
 
 #if defined(TELEMETRUM_V_1_1)
@@ -96,6 +97,7 @@
        #define HAS_ACCEL               1
        #define HAS_IGNITE              1
        #define HAS_MONITOR             0
+       #define HAS_TELEMETRY           1
 #endif
 
 #if defined(TELEMETRUM_V_1_2)
        #define HAS_ACCEL               1
        #define HAS_IGNITE              1
        #define HAS_MONITOR             0
+       #define HAS_TELEMETRY           1
 #endif
 
 #if defined(TELEDONGLE_V_0_2)
        #define LEGACY_MONITOR          1
        #define HAS_RSSI                1
        #define HAS_AES                 0
+       #define HAS_TELEMETRY           0
 #endif
 
 #if defined(TELEMINI_V_1_0)
        #define HAS_ACCEL               0
        #define HAS_IGNITE              1
        #define HAS_MONITOR             0
+       #define HAS_TELEMETRY           1
+       #define HAS_RADIO_RATE          0       /* not enough space for this */
 #endif
 
 #if defined(TELENANO_V_0_1)
        #define HAS_ACCEL               0
        #define HAS_IGNITE              0
        #define HAS_MONITOR             0
+       #define HAS_TELEMETRY           1
+       #define HAS_RADIO_RATE          0       /* not enough space for this */
 #endif
 
 #if defined(TELEMETRUM_V_0_1)
        #define HAS_ACCEL               1
        #define HAS_IGNITE              1
        #define HAS_MONITOR             0
+       #define HAS_TELEMETRY           1
+       #define HAS_RADIO_RATE          0       /* not enough space for this */
        #define AO_CONFIG_DEFAULT_FLIGHT_LOG_MAX        ((uint32_t) 127 * (uint32_t) 1024)
 #endif
 
        #define LEGACY_MONITOR          1
        #define HAS_RSSI                1
        #define HAS_AES                 0
+       #define HAS_TELEMETRY           0
 #endif
 
 #if defined(TIDONGLE)
        #define LEGACY_MONITOR          1
        #define HAS_RSSI                1
        #define HAS_AES                 0
+       #define HAS_TELEMETRY           0
 #endif
 
 #if defined(TELEBT_V_0_0)
        #define LEGACY_MONITOR          1
        #define HAS_RSSI                0
        #define HAS_AES                 0
+       #define HAS_TELEMETRY           0
 #endif
 
 #if defined(TELEBT_V_0_1)
        #define LEGACY_MONITOR          1
        #define HAS_RSSI                0
        #define HAS_AES                 0
+       #define HAS_TELEMETRY           0
 #endif
 
 #if defined(TELELAUNCH_V_0_1)
        #define HAS_IGNITE              1
        #define HAS_MONITOR             0
        #define HAS_AES                 1
+       #define HAS_TELEMETRY           0
 #endif
 
 #if DBG_ON_P1