We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e531ea8 commit aedb445Copy full SHA for aedb445
1 file changed
libraries/SoftwareSerial/src/SoftwareSerial.cpp
@@ -360,6 +360,7 @@ void SoftwareSerial::begin(long speed)
360
void SoftwareSerial::end()
361
{
362
stopListening();
363
+ setSpeed(0);
364
}
365
366
// Read data from buffer
0 commit comments