-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EspSoftwareSerial 6.9.0: data/strings in flash alignment handling fix…
…. Yielding during write() improvement. (#7604)
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule SoftwareSerial
updated
8 files
+10 −10 | examples/loopback/loopback.ino | |
+7 −7 | examples/onewiretest/onewiretest.ino | |
+8 −8 | examples/repeater/repeater.ino | |
+11 −12 | examples/servoTester/servoTester.ino | |
+7 −5 | examples/swsertest/swsertest.ino | |
+1 −1 | library.json | |
+2 −2 | library.properties | |
+13 −6 | src/SoftwareSerial.cpp |