We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 421b077 commit e136819Copy full SHA for e136819
src/Interface/SoftwareSerialInterface.cpp
@@ -18,7 +18,7 @@ SoftwareSerialInterface::SoftwareSerialInterface(SoftwareSerial* interface)
18
}
19
20
bool SoftwareSerialInterface::begin() {
21
- _interface->begin(4800, SWSERIAL_8E2);
+ _interface->begin(4800, EspSoftwareSerial::SWSERIAL_8E2);
22
return (*_interface);
23
24
0 commit comments