You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* (2) it is not possible to receive UDP message larger than the configured buffer
95
+
* (2) uncomment `#define WIFIESPAT_MULTISERVER` in src/utility/EspAtDrv.h
96
96
* (3) it is possible to use the [SSLClient library](https://github.com/OPEnSLab-OSU/SSLClient) for TLS 1.2 on 32bit MCU
97
+
* (4) it is not possible to receive UDP message larger than the configured buffer
97
98
98
99
## AT firmware versions
99
100
@@ -213,7 +214,7 @@ This library implements Arduino WiFi networking API. The last version of this AP
213
214
214
215
### the WiFiServer class differences
215
216
216
-
The standard AT firmwares support only one TCP server. The ESP_ATMod firmware supports multiple servers.
217
+
The standard AT firmwares support only one TCP server. The ESP_ATMod firmware supports multiple servers (uncomment `#define WIFIESPAT_MULTISERVER` in src/utility/EspAtDrv.h).
217
218
218
219
*`begin` has optional parameters maxConnCount (default 1) and serverTimeout in seconds (default 60)
219
220
*`beginSSL` ESP32 only. starts the server for secure connections.
0 commit comments