Skip to content

Commit beae6ac

Browse files
bkleinerBenedikt Kleiner
andauthored
lucid_h7: add pc13 for 9v en (#878)
Co-authored-by: Benedikt Kleiner <[email protected]>
1 parent 0e15f75 commit beae6ac

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

configs/TBS_LUCID_H7/config.h

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138

139139
#define PINIO1_PIN PD10
140140
#define PINIO2_PIN PD11
141-
141+
#define PINIO3_PIN PC13
142142

143143
#define TIMER_PIN_MAPPING \
144144
TIMER_PIN_MAP( 0, PB0 , 2, 0) \
@@ -173,11 +173,15 @@
173173
#define DEFAULT_VOLTAGE_METER_SCALE_DEFAULT 110
174174
#define DEFAULT_CURRENT_METER_SCALE 250
175175

176+
#define BOX_USER1_NAME "CAM SW"
176177
#define PINIO1_BOX 40
177178
#define PINIO1_CONFIG 129
179+
#define BOX_USER2_NAME "VSW"
178180
#define PINIO2_BOX 41
179181
#define PINIO2_CONFIG 129
180-
182+
#define BOX_USER3_NAME "DVTX SW"
183+
#define PINIO3_BOX 42
184+
#define PINIO3_CONFIG 129
181185

182186
#define SERIALRX_PROVIDER SERIALRX_CRSF
183187
#define SERIALRX_UART SERIAL_PORT_USART6

0 commit comments

Comments
 (0)