File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
src/main/target/BLUEBERRYF435WING Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 3030#include "fc/fc_msp_box.h"
3131#include "io/serial.h"
3232#include "io/piniobox.h"
33+ #include "sensors/gyro.h"
3334
3435void targetConfiguration (void )
3536{
@@ -38,4 +39,11 @@ void targetConfiguration(void)
3839 serialConfigMutable ()-> portConfigs [findSerialPortIndexByIdentifier (SERIAL_PORT_USART1 )].functionMask = FUNCTION_MSP ;
3940 serialConfigMutable ()-> portConfigs [findSerialPortIndexByIdentifier (SERIAL_PORT_USART1 )].msp_baudrateIndex = BAUD_115200 ;
4041 //pinioBoxConfigMutable()->permanentId[0] = BOX_PERMANENT_ID_USER1;
42+
43+ #ifdef USE_DYNAMIC_FILTERS
44+ // Disable dynamic notch filter by default (performance optimization for wing)
45+ // This board is performance-constrained and wing aircraft typically don't need
46+ // dynamic notch filtering (designed for multirotor motor noise)
47+ gyroConfigMutable ()-> dynamicGyroNotchEnabled = 0 ;
48+ #endif
4149}
You can’t perform that action at this time.
0 commit comments