You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
----Problem-----
Attempting to compile code utilizing the SoftwareSerial library for the Teensy 4.0 fails.
----Causes----
The issue seems to arise from a nonexistent identifier "Serial8" on line 75, in addition to some incorrect data types on lines 95 and 96 in SoftwareSerial.cpp.
----Solution----
Replacing SoftwareSerial.cpp and SoftwareSerial.h in the platformio libraries with the most recent version of these files from the default Teensy libraries seems to solve this issue.
The text was updated successfully, but these errors were encountered:
----Problem-----
Attempting to compile code utilizing the SoftwareSerial library for the Teensy 4.0 fails.
----Causes----
The issue seems to arise from a nonexistent identifier "Serial8" on line 75, in addition to some incorrect data types on lines 95 and 96 in SoftwareSerial.cpp.
----Solution----
Replacing SoftwareSerial.cpp and SoftwareSerial.h in the platformio libraries with the most recent version of these files from the default Teensy libraries seems to solve this issue.
The text was updated successfully, but these errors were encountered: