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

WiFiClient issues. #6

Open
quintendewilde opened this issue Dec 12, 2021 · 3 comments
Open

WiFiClient issues. #6

quintendewilde opened this issue Dec 12, 2021 · 3 comments

Comments

@quintendewilde
Copy link

I tried running your code as you explained but I get a lot of issues. So far I got to this, and I don't know what to do next.

First:
Arduino: 1.8.16 (Mac OS X), Board: "LOLIN(WEMOS) D1 R2 & mini, 80 MHz, Flash, Disabled (new aborts on oom), Disabled, All SSL ciphers (most compatible), 32KB cache + 32KB IRAM (balanced), Use pgm_read macros for IRAM/PROGMEM, 4MB (FS:2MB OTA:~1019KB), v2 Lower Memory, Disabled, None, Only Sketch, 921600"

test40000:119:23: error: expected primary-expression before ',' token
119 | begin(WiFiClient,historyURL);
| ^
test40000:119:7: error: 'begin' was not declared in this scope; did you mean 'std::begin'?
119 | begin(WiFiClient,historyURL);
| ^~~~~
| std::begin

exit status 1
expected primary-expression before ',' token

@quintendewilde
Copy link
Author

Fixed via regular api update documentation

@AndrewBudziszek
Copy link
Owner

AndrewBudziszek commented Dec 12, 2021

@quintendewilde what did you update? What part of the documentation do you need updated? If you fixed it, please contribute to the project by submitting a pull request.

@quintendewilde
Copy link
Author

I'll do it tonight!

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

2 participants