Skip to content

Commit 0371080

Browse files
econealelucasssvaz
andauthored
Update libraries/ESP32/examples/Serial/RS485_Echo_Demo/RS485_Echo_Demo.ino
Co-authored-by: Lucas Saavedra Vaz <[email protected]>
1 parent ad8589f commit 0371080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/ESP32/examples/Serial/RS485_Echo_Demo/RS485_Echo_Demo.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#define RS485_TX_PIN 5
2020
#define RS485_RTS_PIN 37
2121

22-
HardwareSerial RS485(2);
22+
#define RS485 Serial1
2323

2424
void setup() {
2525
Serial.begin(9600);

0 commit comments

Comments
 (0)