v1.2.2 - inherit overloaded Print::write() methods into StdioSerial class
- 1.2.2 (2022-02-02)
- Add a
using Print::write
statement inStdioSerial.h
to
pull in all other overloadedwrite()
methods from the parentPrint
class.
- Add a
using Print::write
statement in StdioSerial.h
towrite()
methods from the parent Print