Library not in registry

Hi, I’m new to PlatformIO so please excuse my question if I’m being stupid.

I’m trying to use the following library in my project: “HTTPClientESP32Ex” ( Link to the Github page: GitHub - mobizt/HTTPClientESP32Ex: Custom version of ESP32 HTTPClient Library. ) but when I search for it in the registry it says “No Results”.

How do I go about using this library in my project if its not listed in the PlatformIO registry?

Thanks in advance

Always look at the documentation.

lib_deps = https://github.com/mobizt/HTTPClientESP32Ex.git

in the platformio.ini.

1 Like

Ahh awesome!! Thanks so much!!

A post was split to a new topic: How do I add libraries after importing an Arduino sketch