Skip to content

Commit da73cd2

Browse files
authored
Fix HGLRC H743 Lite PINIO (#937)
1 parent a09185f commit da73cd2

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

configs/HGLRC_H743_LITE/config.h

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -113,23 +113,9 @@
113113
#define DEFAULT_VOLTAGE_METER_SOURCE VOLTAGE_METER_ADC
114114
#define DEFAULT_VOLTAGE_METER_SCALE 210
115115

116-
#define PINIO1_PIN PE2
117-
#define PINIO2_PIN PC13
118-
#define PINIO3_PIN PC14
119-
#define PINIO4_PIN PC15
120-
116+
#define PINIO1_PIN PC13
121117
#define PINIO1_BOX 40
122118
#define PINIO1_CONFIG 129
123-
124-
#define PINIO2_BOX 41
125-
#define PINIO2_CONFIG 129
126-
127-
#define PINIO3_BOX 42
128-
#define PINIO3_CONFIG 129
129-
#define BOX_USER3_NAME "12V BEC"
130-
131-
#define PINIO4_BOX 43
132-
#define PINIO4_CONFIG 129
133-
#define BOX_USER4_NAME "CAM 1,2"
119+
#define BOX_USER1_NAME "12V BEC"
134120

135121
#define BEEPER_INVERTED

0 commit comments

Comments
 (0)