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
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
The text was updated successfully, but these errors were encountered:
@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.
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
The text was updated successfully, but these errors were encountered: