Skip to content

2.1.0

Compare
Choose a tag to compare
@LennartHennigs LennartHennigs released this 12 Mar 08:42
  • simplified and removed parameter from isClientConnected(TCPClient &client) to isConnected() (BREAKING CHANGE)
  • the loop()now checks periodically (every second) whether the client "sliently" disconnected, interval for this can be custonmized
  • fixed bug in the main loop() that stopped processing text input
  • removed compiler warnings
  • added ANSI escape code library
  • added print functions as suggested in #37 by Jan Heuer
  • added printf() altazorr as suggested in #35 by Bogdan Symchych
  • refactored and beautified code