Skip to content

Commit

Permalink
Update config.h (#320)
Browse files Browse the repository at this point in the history
Enable DSHOT_BITBANG by default to fix RPM errors.
  • Loading branch information
haslinghuis authored Feb 6, 2024
1 parent 8f977e8 commit 889f2d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/IFLIGHT_BLITZ_F435/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 889f2d9

Please sign in to comment.