Skip to content

Commit c940ae8

Browse files
authored
Fix default voltage meter scale definition (#923)
* Fix default voltage meter scale definition * Remove defaults
1 parent 116c557 commit c940ae8

File tree

8 files changed

+0
-8
lines changed

8 files changed

+0
-8
lines changed

configs/FLYWOOH743PRO/config.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@
131131
#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_SDCARD
132132
#define DEFAULT_CURRENT_METER_SOURCE CURRENT_METER_ADC
133133
#define DEFAULT_VOLTAGE_METER_SOURCE VOLTAGE_METER_ADC
134-
#define DEFAULT_VOLTAGE_METER_SCALE_DEFAULT 110
135134
#define DEFAULT_CURRENT_METER_SCALE 250
136135
#define BEEPER_INVERTED
137136
#define SDIO_DEVICE SDIODEV_1

configs/MATEKH743/config.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@
148148
#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_SDCARD
149149
#define DEFAULT_CURRENT_METER_SOURCE CURRENT_METER_ADC
150150
#define DEFAULT_VOLTAGE_METER_SOURCE VOLTAGE_METER_ADC
151-
#define DEFAULT_VOLTAGE_METER_SCALE_DEFAULT 110
152151
#define DEFAULT_CURRENT_METER_SCALE 250
153152
#define BEEPER_INVERTED
154153
#define BEEPER_PWM_HZ 2500

configs/NEUTRONRCH7BT/config.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@
135135
#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_SDCARD
136136
#define DEFAULT_CURRENT_METER_SOURCE CURRENT_METER_ADC
137137
#define DEFAULT_VOLTAGE_METER_SOURCE VOLTAGE_METER_ADC
138-
#define DEFAULT_VOLTAGE_METER_SCALE_DEFAULT 110
139138
#define DEFAULT_CURRENT_METER_SCALE 210
140139
#define BEEPER_INVERTED
141140

configs/STELLARH7V2/config.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@
130130

131131
#define DEFAULT_CURRENT_METER_SOURCE CURRENT_METER_ADC
132132
#define DEFAULT_VOLTAGE_METER_SOURCE VOLTAGE_METER_ADC
133-
#define DEFAULT_VOLTAGE_METER_SCALE_DEFAULT 110
134133
#define DEFAULT_CURRENT_METER_SCALE 100
135134

136135
#define BEEPER_INVERTED

configs/TBS_LUCID_H7/config.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@
170170
#define DEFAULT_CURRENT_METER_SOURCE CURRENT_METER_ADC
171171
#define DEFAULT_VOLTAGE_METER_SOURCE VOLTAGE_METER_ADC
172172

173-
#define DEFAULT_VOLTAGE_METER_SCALE_DEFAULT 110
174173
#define DEFAULT_CURRENT_METER_SCALE 250
175174

176175
#define BOX_USER1_NAME "CAM SW"

configs/TJRCH743/config.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@
108108
#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_FLASH
109109
#define DEFAULT_CURRENT_METER_SOURCE CURRENT_METER_ADC
110110
#define DEFAULT_VOLTAGE_METER_SOURCE VOLTAGE_METER_ADC
111-
#define DEFAULT_VOLTAGE_METER_SCALE_DEFAULT 110
112111
#define DEFAULT_CURRENT_METER_SCALE 350
113112
#define BEEPER_INVERTED
114113
#define FLASH_SPI_INSTANCE SPI3

configs/WDIYF722/config.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@
111111
#define DEFAULT_DSHOT_BITBANG DSHOT_BITBANG_ON
112112
#define DEFAULT_CURRENT_METER_SOURCE CURRENT_METER_ADC
113113
#define DEFAULT_VOLTAGE_METER_SOURCE VOLTAGE_METER_ADC
114-
#define DEFAULT_VOLTAGE_METER_SCALE_DEFAULT 110
115114
#define DEFAULT_CURRENT_METER_SCALE 250
116115
#define BEEPER_INVERTED
117116
#define MAX7456_SPI_INSTANCE SPI2

configs/WDIYH743/config.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@
133133
#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_FLASH
134134
#define DEFAULT_CURRENT_METER_SOURCE CURRENT_METER_ADC
135135
#define DEFAULT_VOLTAGE_METER_SOURCE VOLTAGE_METER_ADC
136-
#define DEFAULT_VOLTAGE_METER_SCALE_DEFAULT 110
137136
#define DEFAULT_CURRENT_METER_SCALE 350
138137
#define BEEPER_INVERTED
139138
#define MAX7456_SPI_INSTANCE SPI2

0 commit comments

Comments
 (0)