X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2Fao_pins.h;h=4a03ca508ae9ab628ce17d554ec37c7c502b6243;hp=4c31f75551498db6168748a22ec2dca6aee4c2ec;hb=803bf106caf5d6b5ac12eb00a941647c7325edd1;hpb=19bfa3882a2d95fcade256c2d63ad24f794281e5 diff --git a/src/ao_pins.h b/src/ao_pins.h index 4c31f755..4a03ca50 100644 --- a/src/ao_pins.h +++ b/src/ao_pins.h @@ -241,12 +241,16 @@ #define SPI_CS_ON_P1 1 #define SPI_CS_ON_P0 0 #define HAS_IGNITE 0 + #define BT_LINK_ON_P2 1 + #define BT_LINK_ON_P1 0 + #define BT_LINK_PIN_INDEX 7 + #define BT_LINK_PIN P2_1 #endif #if defined(TELEBT_V_0_1) #define HAS_FLIGHT 0 #define HAS_USB 1 - #define HAS_BEEP 0 + #define HAS_BEEP 1 #define HAS_SERIAL_1 1 #define HAS_SERIAL_1_ALT_1 1 #define HAS_SERIAL_1_ALT_2 0 @@ -272,6 +276,10 @@ #define M25_MAX_CHIPS 1 #define HAS_ACCEL 0 #define HAS_IGNITE 0 + #define BT_LINK_ON_P2 0 + #define BT_LINK_ON_P1 1 + #define BT_LINK_PIN_INDEX 7 + #define BT_LINK_PIN P1_7 #endif #if DBG_ON_P1