This repository was archived by the owner on Mar 17, 2025. It is now read-only.
This repository was archived by the owner on Mar 17, 2025. It is now read-only.
Add support for connecting using standard Arduino client abstraction #344
Open
Description
Either using:
https://github.com/arduino-libraries/ArduinoHttpClient
Or directly:
https://www.arduino.cc/en/Reference/ClientConstructor
Instead of the HttpClient
from the esp8266 core.
That would allow us to support for more boards, and that's what other libraries have been doing:
https://github.com/adafruit/Adafruit_IO_Arduino/