mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-26 07:02:15 +03:00
EspSoftwareSerial 8.0.1: onReceive bug fix and new namespace (#8869)
* Upcoming EspSoftwareSerial 7.0.1 * EspSoftwareSerial example: higher bitrates due to forcing half-duplex * Adapt to SoftwareSerial's latest use of namespace. * In EspSoftwareSerial, some renaming after review feedback. * EspSoftwareSerial's use of a template class in order to permit users their own GPIO capabilities definitions. * CI caught some warning. * Stick to non-namespace EspSoftwareSerial class name for the moment. * Delegate operator() is now nullptr-safe, good for use in ISRs. * Pushed EspSoftwareSerial 8.0.1: Platformio picks up versions that aren't published in Github
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
/*
|
||||
Serial read/write/verify/benchmark
|
||||
Using internal loopback
|
||||
Using SoftwareSerial library for logging
|
||||
Using EspSoftwareSerial library for logging
|
||||
|
||||
Sketch meant for debugging only
|
||||
Released to public domain
|
||||
|
Reference in New Issue
Block a user