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
This was fixed a while back. Both BearSSL and axTLS clients have write(Stream) methods, which can take File objects since a File inherits from a Stream.
As a test I built the attached .ino without any errors.
esp8266 last git version 2017_09_12.
Arduino sketch is attached.
Function client.write(webFile) for file upload https://github.com/esp8266/Arduino/issues/1853 is not work with WiFiClientSecure:
///
error: no matching function for call to 'WiFiClientSecure::write(fs::File&)'
client.write(webFile);
///
ESP8266HUZZAN_8421.zip
The text was updated successfully, but these errors were encountered: