X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fcc1111%2Fao_pins.h;h=e12f813f8b0b7f8a48fef078252f093de42bb615;hb=4828be0ca5252ac9cd6061209385dcd6c4c57965;hp=b40acbbd5495f105ffca582ddbf0738ee1a78f33;hpb=ea5887027e7a39da2b7d84a142d74950b7a24703;p=fw%2Faltos diff --git a/src/cc1111/ao_pins.h b/src/cc1111/ao_pins.h index b40acbbd..e12f813f 100644 --- a/src/cc1111/ao_pins.h +++ b/src/cc1111/ao_pins.h @@ -20,6 +20,8 @@ #define HAS_RADIO 1 #define DISABLE_LOG_SPACE 1 +#define AO_VALUE_32 0 +#define HAS_WIDE_GPS 0 #if defined(TELEMETRUM_V_1_0) /* Discontinued and was never built with CC1111 chips needing this */ @@ -57,6 +59,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) @@ -98,6 +102,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_2) @@ -139,6 +145,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(TELEDONGLE_V_0_2) @@ -168,6 +176,7 @@ #define HAS_RSSI 1 #define HAS_AES 0 #define HAS_TELEMETRY 0 + #define AO_RADIO_REG_TEST 1 #endif #if defined(TELEMINI_V_1_0) @@ -363,6 +372,7 @@ #define HAS_RSSI 0 #define HAS_AES 0 #define HAS_TELEMETRY 0 + #define AO_RADIO_REG_TEST 1 #endif #if defined(TELEBT_V_0_1) @@ -410,6 +420,7 @@ #define HAS_RSSI 0 #define HAS_AES 0 #define HAS_TELEMETRY 0 + #define AO_RADIO_REG_TEST 1 #endif #if defined(TELELAUNCH_V_0_1)