Skip to content

Commit e136819

Browse files
committed
Update to latest softwareserial
1 parent 421b077 commit e136819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Interface/SoftwareSerialInterface.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ SoftwareSerialInterface::SoftwareSerialInterface(SoftwareSerial* interface)
1818
}
1919

2020
bool SoftwareSerialInterface::begin() {
21-
_interface->begin(4800, SWSERIAL_8E2);
21+
_interface->begin(4800, EspSoftwareSerial::SWSERIAL_8E2);
2222
return (*_interface);
2323
}
2424

0 commit comments

Comments
 (0)