Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESP8266HTTPClient with change API interface #25

Open
Pulsar07 opened this issue Oct 2, 2023 · 0 comments
Open

ESP8266HTTPClient with change API interface #25

Pulsar07 opened this issue Oct 2, 2023 · 0 comments

Comments

@Pulsar07
Copy link

Pulsar07 commented Oct 2, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant