ArduinoHttpClient
ArduinoHttpClient copied to clipboard
Unable to compile for Teensy 3.x
Hi there, I'm unable to use this library for the teensy. It's entry on Platform.io lists it as compatible with the teensy ( https://platformio.org/lib/show/798/ArduinoHttpClient ), but I get the following compile error:
cores/teensy3/Stream.h:68:6: error: 'int Stream::timedRead()' is private
ArduinoHttpClient/src/HttpClient.cpp:576:27: error: within this context
+1 experiencing the same issue. @paulhayes were you able to replace it with a different library?
I modified the code directly, I just changed the header file to make that property public. Worked fine after that.