Skip to content

Commit

Permalink
Add ESP32 HTTP Client to libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
steffengr committed Jan 25, 2024
1 parent fe8e583 commit 0fa9b9e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/libraries.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
]
}

0 comments on commit 0fa9b9e

Please sign in to comment.