Skip to content

Commit e5f633e

Browse files
committed
SoftwareSerial: fix compatibility with all boards
1 parent 6975c7c commit e5f633e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/SoftwareSerial/examples/SerialEcho/SerialEcho.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// can be used for RX:
55
// D0, D1, D2, D3, D8, D14, D15, A1, A2, A3, A4, A5
66

7-
SoftwareSerial SoftSerial(D8, D7); // Rx, Tx
7+
SoftwareSerial SoftSerial(2, 7); // Rx, Tx
88

99
void setup() {
1010
Serial.begin(9600);

0 commit comments

Comments
 (0)