Skip to content

Commit

Permalink
version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JAndrassy committed Jul 21, 2022
1 parent de682aa commit abc57ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ This library implements Arduino WiFi networking API. The last version of this AP

### the WiFiServer class differences

The AT firmware supports only one TCP server.
The standard AT firmwares support only one TCP server. The ESP_ATMod firmware supports multiple servers.

* `begin` has optional parameters maxConnCount (default 3) and serverTimeout in seconds (default 60)
* `beginSSL` ESP32 only. starts the server for secure connections. AT2 expects all client data of the SSL server to be read at once, so it only works with large WIFIESPAT_CLIENT_RX_BUFFER_SIZE or large buffer provided for read. see the WebServerSSL example
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=WiFiEspAT
version=1.3.2
version=1.4.0
author=Juraj Andrassy
maintainer=Juraj Andrassy <[email protected]>
sentence=Enables network connection with esp8266 or esp32 as network adapter.
Expand Down

0 comments on commit abc57ae

Please sign in to comment.