Skip to content

1.4.3

Compare
Choose a tag to compare
@JAndrassy JAndrassy released this 19 Oct 07:17
· 25 commits to master since this release
  • standard DNS server IP getter dnsIP(n) (not critical breaking change)
  • WiFiServer - added begin(port) and construtor without parameters
  • WiFiServer - end() stops clients managed by the server (it doesn't stop accepted clients, only the clients registered for available())
  • WiFiServer.h - fix ambiguous begin() parameter sets
  • WiFiServer - call end() as first in begin()
  • WiFiClient.h - all TCP state constants for source compatibility with other libraries