Skip to content

Commit 8baa6ac

Browse files
committed
README - document WIFIESPAT_MULTISERVER
1 parent 71e8d56 commit 8baa6ac

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,21 +79,22 @@ The table focuses on limits of AT firmwares in passive receive mode.
7979

8080
|Feature|AT 1.7|AT 2.4+|ESP_ATMod(1)|
8181
|---| :---: | :---: | :---: |
82-
|more than one TCP server||||
82+
|more than one TCP server|||(2)|
8383
|SSL server||||
8484
|TCP client||||
8585
|SSL client||||
8686
|SSL client TLS 1.2|✗(3)|||
87-
|UDP (2)||||
87+
|UDP (4)||||
8888
|UDP backlog|||n/a|
8989
|UDP multicast|||n/a|
9090
|SoftAP||||
9191
|WPA2 Enterprise||||
9292
|epoch time|Lobo|||
9393

9494
* (1) [Jiri Bilek's firmware](https://github.com/JiriBilek/ESP_ATMod#description)
95-
* (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
9696
* (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
9798

9899
## AT firmware versions
99100

@@ -213,7 +214,7 @@ This library implements Arduino WiFi networking API. The last version of this AP
213214

214215
### the WiFiServer class differences
215216

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).
217218

218219
* `begin` has optional parameters maxConnCount (default 1) and serverTimeout in seconds (default 60)
219220
* `beginSSL` ESP32 only. starts the server for secure connections.

0 commit comments

Comments
 (0)