From 3d918c906e8d9864e20c9e7cfd8a12797c5e2b23 Mon Sep 17 00:00:00 2001 From: ot0tot <36753790+ot0tot@users.noreply.github.com> Date: Wed, 6 Mar 2024 16:31:24 -0500 Subject: [PATCH] Set dshot_bitbang to AUTO (#343) The current config sets bitbang to Off for some reason, which prevents the gyros from being assigned DMA due to conflicts with the motors. This PR sets bitbang back to Auto. Support ID: 394e3b8e-afd7-47f8-b665-c8d75b7a4f84 Discord thread: https://discord.com/channels/868013470023548938/1215030708691669033 --- configs/FLYWOOF745/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/FLYWOOF745/config.h b/configs/FLYWOOF745/config.h index cd007ef6..4c318cb8 100644 --- a/configs/FLYWOOF745/config.h +++ b/configs/FLYWOOF745/config.h @@ -104,7 +104,7 @@ #define USE_BARO #define BARO_I2C_INSTANCE (I2CDEV_1) #define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_FLASH -#define DEFAULT_DSHOT_BITBANG DSHOT_BITBANG_OFF +#define DEFAULT_DSHOT_BITBANG DSHOT_BITBANG_AUTO #define DEFAULT_CURRENT_METER_SOURCE CURRENT_METER_ADC #define DEFAULT_CURRENT_METER_SCALE 175 #define DEFAULT_VOLTAGE_METER_SOURCE VOLTAGE_METER_ADC