File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -130,13 +130,18 @@ static const uint8_t SCK = PIN_SPI_SCK;
130
130
#define PIN_WIRE_SDA (11u)
131
131
#define PIN_WIRE_SCL (12u)
132
132
133
- #define SERIAL_HOWMANY 2
133
+ #define SERIAL_HOWMANY 3
134
134
#define SERIAL1_TX (digitalPinToPinName(PIN_SERIAL_TX))
135
135
#define SERIAL1_RX (digitalPinToPinName(PIN_SERIAL_RX))
136
136
137
137
#define SERIAL2_TX PB_10
138
138
#define SERIAL2_RX PB_11
139
139
140
+ #define SERIAL3_TX PB_9
141
+ #define SERIAL3_RX PH_14
142
+ #define SERIAL3_RTS PA_15
143
+ #define SERIAL3_CTS PB_15
144
+
140
145
#define SERIAL_CDC 1
141
146
#define HAS_UNIQUE_ISERIAL_DESCRIPTOR
142
147
@@ -184,11 +189,6 @@ void _ontouch1200bps_();
184
189
#define RS485_DEFAULT_DE_PIN PB_14
185
190
#define RS485_DEFAULT_RE_PIN PB_13
186
191
187
- #define SerialLoRa Serial3
188
- #define LORA_BOOT0 (PG_7)
189
- #define LORA_RESET (PC_7)
190
- #define LORA_IRQ_DUMB (PJ_11)
191
-
192
192
#define CRYPTO_WIRE Wire1
193
193
194
194
#define USB_MAX_POWER (500)
You can’t perform that action at this time.
0 commit comments