From 7b473c2953e8306040f932075d2f4a47e8d4d7cf Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 22 Aug 2023 13:44:10 +0700 Subject: [PATCH] Update Readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 079d6fb..b3c2d73 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ This library is fully compatible and able to work with [ESP-Mail-Client](https:/ * All WiFi modules -Some PHY and MAC ethernet chips are already supported by Core `WiFiClientSecure` and ethernet libraries which this ESP_SSLClient is not needed. +Some PHY and MAC ethernet chips are already supported by Core `WiFiClientSecure` and ethernet libraries which this `ESP_SSLClient` library is not needed. The following PHY ethernet chips i.e. LAN8720, TLK101, RTL8201, DP83848, DM9051, KSZ8041 and KSZ8081 were supported by ESP32 Arduino Core natively then this and can be used with `WiFiClientSecure.h` and `ETH.h` libraries as normally.