Skip to content

Commit 327fbbc

Browse files
authored
using 115200 for UART0 - console
1 parent 4473267 commit 327fbbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: libraries/ESP32/examples/Serial/RS485_Echo_Demo/RS485_Echo_Demo.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#define RS485 Serial1
2121

2222
void setup() {
23-
Serial.begin(9600);
23+
Serial.begin(115200);
2424
while(!Serial) { delay(10); }
2525

2626
RS485.begin(9600, SERIAL_8N1, RS485_RX_PIN, RS485_TX_PIN);

0 commit comments

Comments
 (0)