We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e15f75 commit beae6acCopy full SHA for beae6ac
configs/TBS_LUCID_H7/config.h
@@ -138,7 +138,7 @@
138
139
#define PINIO1_PIN PD10
140
#define PINIO2_PIN PD11
141
-
+#define PINIO3_PIN PC13
142
143
#define TIMER_PIN_MAPPING \
144
TIMER_PIN_MAP( 0, PB0 , 2, 0) \
@@ -173,11 +173,15 @@
173
#define DEFAULT_VOLTAGE_METER_SCALE_DEFAULT 110
174
#define DEFAULT_CURRENT_METER_SCALE 250
175
176
+#define BOX_USER1_NAME "CAM SW"
177
#define PINIO1_BOX 40
178
#define PINIO1_CONFIG 129
179
+#define BOX_USER2_NAME "VSW"
180
#define PINIO2_BOX 41
181
#define PINIO2_CONFIG 129
182
+#define BOX_USER3_NAME "DVTX SW"
183
+#define PINIO3_BOX 42
184
+#define PINIO3_CONFIG 129
185
186
#define SERIALRX_PROVIDER SERIALRX_CRSF
187
#define SERIALRX_UART SERIAL_PORT_USART6
0 commit comments