v0.4 - make Stream::readBytes() and readString() virtual
- 0.4 (2021-01-21)
- Wrap
#ifdef
aroundmain()
to avoid conflict when compiling other
Arduino cores with UnixHostDuino inside thelibraries/
directory. - Make
Stream::readBytes()
andStream::readString()
virtual, for
compatibility with ESP8266, ESP32, STM32 and probably other 3rd party
cores.
- Wrap