From 27989ece1b7c2800c970ab174f8d35ba5dc1403b Mon Sep 17 00:00:00 2001 From: Chaerne <99126886+FinianLandes@users.noreply.github.com> Date: Sun, 10 Mar 2024 21:04:08 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10646c7..b1e084c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This library is a wrapper for the [Spotify Web API](https://developer.spotify.co ## Dependencies - [ArduinoJson](https://arduinojson.org/)
- [WebServer](https://github.com/espressif/arduino-esp32/blob/master/libraries/WebServer/src/WebServer.h)
-- [HTTPClient](https://github.com/amcewen/HttpClient)
+- [WifiClientSecure](https://github.com/espressif/arduino-esp32/tree/master/libraries/WiFiClientSecure); - [WiFi](https://www.arduino.cc/en/Reference/WiFi)
- [UrlEncode](https://github.com/plageoj/urlencode)