altos: Baro-only (but record accel) for TM v1.2
[fw/altos] / src / cc1111 / ao_pins.h
index e28a7b65da256149e7a49de478bfa563644b1cd6..c502b5ed72256a52f6220415a2929bf7ceabf067 100644 (file)
@@ -91,6 +91,7 @@
 #endif
 
 #if defined(TELEMETRUM_V_1_2)
+       #define RADIO_DELAY_AFTER_BOOST 40
        #define HAS_FLIGHT              1
        #define HAS_USB                 1
        #define HAS_BEEP                1
        #define SPI_CS_ON_P0            0
        #define AO_M25_SPI_CS_MASK      0x02    /* CS0 is P1_1 */
        #define M25_MAX_CHIPS           1
-       #define HAS_ACCEL               1
+       #define HAS_ACCEL               0
        #define HAS_IGNITE              1
        #define HAS_MONITOR             0
 #endif
        #define HAS_ADC                 1
        #define HAS_EEPROM              1
        #define HAS_LOG                 1
+       #define HAS_FORCE_FREQ          1
        #define USE_INTERNAL_FLASH      1
        #define HAS_DBG                 0
        #define IGNITE_ON_P2            0
 #error Please define HAS_ACCEL_REF
 #endif
 #else
+#ifndef HAS_ACCEL_REF
 #define HAS_ACCEL_REF 0
 #endif
+#endif
 
 #endif /* HAS_ADC */