1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-27 18:02:17 +03:00

WiFi library ArduinoWiFiServer update (#8238)

* ArduinoWiFiServer - check for clients in write() too
This commit is contained in:
Juraj Andrássy
2021-09-22 19:31:07 +02:00
committed by GitHub
parent 612e7ffd7f
commit 64e87f1149
2 changed files with 22 additions and 13 deletions

View File

@ -2,7 +2,7 @@
Pager Server
The ESP8266WiFi library's WiFiServer and WiFiServerSecure
work differently then WiFiServer and EthernetSever
work differently than WiFiServer and EthernetSever
in Arduino networking libraries.
This example demonstrates the ArduinoWiFiServer,
which enhances the WiFiServer.