1
0
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:
Dirk O. Kaar
2023-03-11 16:02:04 +01:00
committed by GitHub
parent 6ad9bf3b07
commit 23036328a5
3 changed files with 5 additions and 5 deletions

View File

@ -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