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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
1.5.5 (2021-05-03)
Prevent accidental inclusion of HardwareSerial class (via the Serial
global variable). Remove reference to SERIAL_PORT_MONITOR from Printer::sPrinter. Move reference to SERIAL_PORT_MONITOR from
TestRunner.cpp to TestRunner.h. Saves about 800 bytes on AVR applications
which don't use Serial at all.
Blacklist all other platforms using ArduinoCore-API (e.g. RP2040) to
generate a user-friendly error message instead of pages of obscure
compiler errors.