From 54548cdf4cad8d8d77be5a386bbadfa1167bc164 Mon Sep 17 00:00:00 2001 From: betafpv-engineer Date: Tue, 15 Feb 2022 11:31:59 +0800 Subject: [PATCH] Set the target BETAFPVF4SX1280 dshot_bitbang to OFF --- src/main/target/BETAFPVF4SX1280/target.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/target/BETAFPVF4SX1280/target.h b/src/main/target/BETAFPVF4SX1280/target.h index 87ff15fa56..5758ec5f05 100644 --- a/src/main/target/BETAFPVF4SX1280/target.h +++ b/src/main/target/BETAFPVF4SX1280/target.h @@ -134,7 +134,7 @@ #define USE_ESCSERIAL #define ENABLE_DSHOT_DMAR DSHOT_DMAR_AUTO -#define DSHOT_BITBANG_DEFAULT DSHOT_BITBANG_ON +#define DSHOT_BITBANG_DEFAULT DSHOT_BITBANG_OFF #define TARGET_IO_PORTA 0xffff #define TARGET_IO_PORTB 0xffff