From 889f2d9d8ff8926c5cb1965bee7ccd69f6275dcf Mon Sep 17 00:00:00 2001 From: Mark Haslinghuis Date: Tue, 6 Feb 2024 21:40:59 +0100 Subject: [PATCH] Update config.h (#320) Enable DSHOT_BITBANG by default to fix RPM errors. --- configs/IFLIGHT_BLITZ_F435/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/IFLIGHT_BLITZ_F435/config.h b/configs/IFLIGHT_BLITZ_F435/config.h index 3b3800e9..e5723cd1 100644 --- a/configs/IFLIGHT_BLITZ_F435/config.h +++ b/configs/IFLIGHT_BLITZ_F435/config.h @@ -45,7 +45,7 @@ #define RX_PPM_PIN PA3 #define DEFAULT_DSHOT_BURST DSHOT_DMAR_AUTO -#define DEFAULT_DSHOT_BITBANG DSHOT_BITBANG_OFF +#define DEFAULT_DSHOT_BITBANG DSHOT_BITBANG_ON // SPI #define SPI1_SCK_PIN PA5