mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-05 12:42:22 +03:00
Update EspSoftwareSerial to release 5.0.0. (#5965)
* Update EspSoftwareSerial to release 5.0.0. (Includes half-duplex patch for SerialStress.ino) * Updated EspSoftwareSerial to allow Platformio builds that lack defaults for RX/TX defines.
This commit is contained in:
Submodule libraries/SoftwareSerial updated: 23ae000cb2...457849f478
@ -74,6 +74,7 @@ void setup() {
|
|||||||
// so we can still log to the regular usbserial chips
|
// so we can still log to the regular usbserial chips
|
||||||
SoftwareSerial* ss = new SoftwareSerial(3, 1);
|
SoftwareSerial* ss = new SoftwareSerial(3, 1);
|
||||||
ss->begin(SSBAUD);
|
ss->begin(SSBAUD);
|
||||||
|
ss->enableIntTx(false);
|
||||||
logger = ss;
|
logger = ss;
|
||||||
logger->println();
|
logger->println();
|
||||||
logger->printf("\n\nOn Software Serial for logging\n");
|
logger->printf("\n\nOn Software Serial for logging\n");
|
||||||
|
Reference in New Issue
Block a user