Skip to content

v0.4 - make Stream::readBytes() and readString() virtual

Compare
Choose a tag to compare
@bxparks bxparks released this 22 Jan 18:50
· 259 commits to master since this release
a1323fc
  • 0.4 (2021-01-21)
    • Wrap #ifdef around main() to avoid conflict when compiling other
      Arduino cores with UnixHostDuino inside the libraries/ directory.
    • Make Stream::readBytes() and Stream::readString() virtual, for
      compatibility with ESP8266, ESP32, STM32 and probably other 3rd party
      cores.