We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
C:\Users\User\Documents\Arduino\libraries\arduino_107156\src/wcs/esp8266/FB_HTTPClient.h:109:15: error: field '_host' has incomplete type 'std::string' {aka 'std::__cxx11::basic_string'} 109 | std::string _host = "";
Error when compiling the files itself.
To Reproduce Steps to reproduce the behavior:
Expected behavior Was compiling flawlessly previously in Arduino core 2.7.4
IDE and its version:
ESP8266 Arduino Core SDK version
The text was updated successfully, but these errors were encountered:
This is due to the GCC 10 compiler error used in ESP8266 Arduino Core SDK 3.0.0 which you're using.
The library updated to v2.2.0 to support this new SDK.
Please update.
Please read this as it affected to your free memory.
Sorry, something went wrong.
No branches or pull requests
C:\Users\User\Documents\Arduino\libraries\arduino_107156\src/wcs/esp8266/FB_HTTPClient.h:109:15: error: field '_host' has incomplete type 'std::string' {aka 'std::__cxx11::basic_string'}
109 | std::string _host = "";
Error when compiling the files itself.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Was compiling flawlessly previously in Arduino core 2.7.4
IDE and its version:
ESP8266 Arduino Core SDK version
The text was updated successfully, but these errors were encountered: