You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
That bug was fixed by PaulStoffregen/cores#619. So the library should compile fine when using a modern version of the Teensy boards platform or Teensyduino.
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
The text was updated successfully, but these errors were encountered: