Skip to content

Commit c10b382

Browse files
authored
Adding YAW_MOTORS_REVERSED (#954)
1 parent b7efb0d commit c10b382

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

configs/NBD_INFINITYF4/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
#define DEFAULT_VOLTAGE_METER_SOURCE VOLTAGE_METER_ADC
9292
#define DEFAULT_CURRENT_METER_SCALE 245
9393
#define BEEPER_PWM_HZ 1000
94-
//TODO #define YAW_MOTORS_REVERSED ON
94+
#define YAW_MOTORS_REVERSED 1
9595
#define DEFAULT_PID_PROCESS_DENOM 1
9696
//TODO #define OSD_VBAT_POS 2388
9797
//TODO #define OSD_TIM_2_POS 2370

configs/TRANSTECF405HD/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
#define DEFAULT_VOLTAGE_METER_SOURCE VOLTAGE_METER_ADC
7878
#define DEFAULT_CURRENT_METER_SCALE 179
7979
#define BEEPER_INVERTED
80-
//TODO #define YAW_MOTORS_REVERSED ON
80+
#define YAW_MOTORS_REVERSED 1
8181
//TODO #define OSD_CURRENT_POS 2486
8282
#define SYSTEM_HSE_MHZ 8
8383
#define GYRO_1_SPI_INSTANCE SPI1

configs/TRANSTECF411AIO/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
#define DEFAULT_CURRENT_METER_SOURCE CURRENT_METER_ADC
8686
#define DEFAULT_VOLTAGE_METER_SOURCE VOLTAGE_METER_ADC
8787
#define BEEPER_INVERTED
88-
//TODO #define YAW_MOTORS_REVERSED ON
88+
#define YAW_MOTORS_REVERSED 1
8989
//TODO #define OSD_CURRENT_POS 2486
9090
//TODO #define OSD_CRAFT_NAME_POS 2112
9191
#define SYSTEM_HSE_MHZ 8

configs/TRANSTECF411HD/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
#define DEFAULT_CURRENT_METER_SOURCE CURRENT_METER_NONE
7575
#define DEFAULT_VOLTAGE_METER_SOURCE VOLTAGE_METER_ADC
7676
#define BEEPER_INVERTED
77-
//TODO #define YAW_MOTORS_REVERSED ON
77+
#define YAW_MOTORS_REVERSED 1
7878
//TODO #define SMALL_ANGLE 90
7979
#define DEFAULT_PID_PROCESS_DENOM 1
8080
#define SYSTEM_HSE_MHZ 8

0 commit comments

Comments
 (0)