Releases: JAndrassy/TelnetStream
Releases · JAndrassy/TelnetStream
1.3.0
1.2.6
1.2.5
TelnetStream 1.2.4
esp8266 Arduino core 3.1 compatibility
TelnetStream 1.2.3
esp8266 Arduino core 3.1 compatibility
TelnetStream 1.2.2
- ArduinoWiFiServer - for esp8266 use availableForWrite
- NetTypes - fix of __has_include for esp8266 arduino 3
- for esp32 flush() removed (it discards input)
TelnetStream 1.2.1
fix for esp32 and esp8266 - TelnetStream worked only if read() was called and TelnetPrint only if available() was called
TelnetStream 1.2.0
Added TelnetPrint object, a simpler and smaller alternative to TelnetStream.
It is only EthernetServer or WiFiServer instanced for use anywhere in your sketch or libraries
TelnetStream 1.1.0
support for multiple connected clients and more networking libraries supported
TelnetStream 1.0.0
first release for Library Manager