From 15da9a81cdc94fdb4b11a019c68014a62d773b98 Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Sat, 30 Apr 2022 14:39:55 +0200 Subject: [PATCH] Doc: remove specific mention of wifi encryption... ... as availability depends on compilation parameters. --- libraries/WiFi/library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/WiFi/library.properties b/libraries/WiFi/library.properties index d2c878c7015..cf1976aded9 100644 --- a/libraries/WiFi/library.properties +++ b/libraries/WiFi/library.properties @@ -3,7 +3,7 @@ version=2.0.0 author=Hristo Gochkov maintainer=Hristo Gochkov sentence=Enables network connection (local and Internet) using the ESP32 built-in WiFi. -paragraph=With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFi. The shield can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS. +paragraph=With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFi. The shield can connect either to open or encrypted networks. The IP address can be assigned statically or through a DHCP. The library can also manage DNS. category=Communication url= architectures=esp32