ArduinoHttpClient icon indicating copy to clipboard operation
ArduinoHttpClient copied to clipboard

Unable to compile for Teensy 3.x

Open paulhayes opened this issue 7 years ago • 2 comments

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

paulhayes avatar Aug 14 '18 11:08 paulhayes

+1 experiencing the same issue. @paulhayes were you able to replace it with a different library?

IonCaza avatar Jan 01 '19 21:01 IonCaza

I modified the code directly, I just changed the header file to make that property public. Worked fine after that.

paulhayes avatar Jan 01 '19 23:01 paulhayes