Skip to content

Commit

Permalink
Set dshot_bitbang to AUTO (#343)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ot0tot authored Mar 6, 2024
1 parent 2271b65 commit 3d918c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/FLYWOOF745/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3d918c9

Please sign in to comment.