CG_scale icon indicating copy to clipboard operation
CG_scale copied to clipboard

ESP8266HTTPClient with change API interface

Open Pulsar07 opened this issue 9 months ago • 0 comments

most recent version of ESP8266HTTPClient has changed the API interface of the method setFollowRedirects() from bool to followRedirects_t void setFollowRedirects(followRedirects_t follow);

This forces an compilation error in CG_scale.ino:1143

I guess the changed code should be: https.setFollowRedirects(HTTPC_FORCE_FOLLOW_REDIRECTS);

Regards Rainer

Pulsar07 avatar Oct 02 '23 06:10 Pulsar07