From e84b2e4b017ef30fda3e9c27fd733836a5498c56 Mon Sep 17 00:00:00 2001 From: Anders Hoglund Date: Fri, 5 Aug 2016 21:22:52 +0200 Subject: [PATCH] Enable spektrum sat bind on REVONANO and BLUEJAYF4. --- src/main/target/BLUEJAYF4/target.h | 3 +++ src/main/target/REVONANO/target.h | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/src/main/target/BLUEJAYF4/target.h b/src/main/target/BLUEJAYF4/target.h index 737338b054..76a494cd53 100644 --- a/src/main/target/BLUEJAYF4/target.h +++ b/src/main/target/BLUEJAYF4/target.h @@ -161,6 +161,9 @@ #define USE_SERIAL_4WAY_BLHELI_INTERFACE +#define SPEKTRUM_BIND +#define BIND_PIN PB11 + #define TARGET_IO_PORTA 0xffff #define TARGET_IO_PORTB 0xffff #define TARGET_IO_PORTC 0xffff diff --git a/src/main/target/REVONANO/target.h b/src/main/target/REVONANO/target.h index 448d235b81..3a4f8d157a 100644 --- a/src/main/target/REVONANO/target.h +++ b/src/main/target/REVONANO/target.h @@ -92,6 +92,10 @@ #define USE_SERVOS #define USE_CLI +#define SPEKTRUM_BIND +// USART2, PA3 +#define BIND_PIN PA3 + #define TARGET_IO_PORTA 0xffff #define TARGET_IO_PORTB 0xffff #define TARGET_IO_PORTC 0xffff