altos: Extend GPS altitudes to at least 24 bits everywhere
[fw/altos] / src / cc1111 / ao_pins.h
index 2d524188679a211d3bc1af7e1f0b8327144edccf..4db49215946ebb872f7b392b2f57273ad43c65a4 100644 (file)
@@ -20,6 +20,7 @@
 
 #define HAS_RADIO              1
 #define DISABLE_LOG_SPACE      1
+#define HAS_WIDE_GPS           0
 
 #if defined(TELEMETRUM_V_1_0)
        /* Discontinued and was never built with CC1111 chips needing this */
@@ -57,6 +58,8 @@
        #define HAS_IGNITE              1
        #define HAS_MONITOR             0
        #define HAS_TELEMETRY           1
+       #define HAS_RADIO_RATE          0       /* not enough space for this */
+       #define HAS_MUTEX_TRY           0
 #endif
 
 #if defined(TELEMETRUM_V_1_1)
        #define HAS_IGNITE              1
        #define HAS_MONITOR             0
        #define HAS_TELEMETRY           1
+       #define HAS_RADIO_RATE          0       /* not enough space for this */
+       #define HAS_MUTEX_TRY           0
 #endif
 
 #if defined(TELEMETRUM_V_1_2)
        #define HAS_IGNITE              1
        #define HAS_MONITOR             0
        #define HAS_TELEMETRY           1
+       #define HAS_RADIO_RATE          0       /* not enough space for this */
+       #define HAS_MUTEX_TRY           0
 #endif
 
 #if defined(TELEDONGLE_V_0_2)