Skip to content

Commit 831b252

Browse files
committed
Define separate PIN for RS485_RE
1 parent ced27ee commit 831b252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: variants/OPTA/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ void _ontouch1200bps_();
182182

183183
#define RS485_DEFAULT_TX_PIN SERIAL2_TX
184184
#define RS485_DEFAULT_DE_PIN PB_14
185-
#define RS485_DEFAULT_RE_PIN RS485_DEFAULT_DE_PIN
185+
#define RS485_DEFAULT_RE_PIN PB_13
186186

187187
#define SerialLoRa Serial3
188188
#define LORA_BOOT0 (PG_7)

0 commit comments

Comments
 (0)