From 0fa9b9e256811ce79f5d9faaf8fd7fc22c178be4 Mon Sep 17 00:00:00 2001 From: Steffen Grohsschmiedt Date: Thu, 25 Jan 2024 13:55:22 +0100 Subject: [PATCH] Add ESP32 HTTP Client to libraries --- src/libraries.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/libraries.json b/src/libraries.json index e9211c3..163717f 100644 --- a/src/libraries.json +++ b/src/libraries.json @@ -421,6 +421,16 @@ "https://github.com/google/ExoPlayer" ], "comments": "Must match after react-native-track-player. Unable to track down where everyone is copying yourApplicationName from, there are several small exoplayer examples with similar code." + }, + { + "name": "ESP32 HTTP Client", + "pattern": "^ESP32 HTTP Client/", + "examples": [ + "ESP32 HTTP Client/1.0" + ], + "urls": [ + "https://github.com/espressif/arduino-esp32" + ] } ] }