Skip to content

Commit b9f4b9f

Browse files
authored
ark_fpv: enable uart4 esc serial telem (#742)
1 parent 8f1c5a3 commit b9f4b9f

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

configs/ARK_FPV/config.h

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,10 @@
7272
#define UART3_RX_PIN PD9
7373
#define MSP_UART SERIAL_PORT_UART3
7474

75-
// NOTE: enabling this doesn't work, fw hangs
76-
// Bidirectional DShot telemetry is used instead
7775
// ESC Telemetry (RX only)
78-
// #define USE_ESCSERIAL
79-
// #define UART4_RX_PIN PH14
80-
// #define ESC_SENSOR_UART SERIAL_PORT_UART4
81-
// #define ESCSERIAL_PIN PH14
76+
#define UART4_TX_PIN PH13
77+
#define UART4_RX_PIN PH14
78+
#define ESC_SENSOR_UART SERIAL_PORT_UART4
8279

8380
// VTX
8481
#define UART5_TX_PIN PC12

0 commit comments

Comments
 (0)