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

WString == Overload Changes in Arduino Master #1419

Open
bwjohns4 opened this issue May 16, 2022 · 1 comment
Open

WString == Overload Changes in Arduino Master #1419

bwjohns4 opened this issue May 16, 2022 · 1 comment
Labels
bug Validated BUG Upstream/Dependancy Issue exists outside of this lib

Comments

@bwjohns4
Copy link

This may only be a short-lived issue, but here is a link to PR to fix an issue that was preventing WM to compile with the latest Arduino Master esp8266/Arduino#8569

The line would not compile and gave the error below:

if (_apPassword == NULL) _apPassword = "";

lib/WiFiManager/WiFiManager.cpp:4143:19: error: ambiguous overload for 'operator==' (operand types are 'String' and 'int')
4143 | if (_apPassword == NULL) _apPassword = "";

@tablatronix tablatronix added the bug Validated BUG label May 16, 2022
@tablatronix
Copy link
Collaborator

Thanks

@tablatronix tablatronix added the Upstream/Dependancy Issue exists outside of this lib label Jun 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Validated BUG Upstream/Dependancy Issue exists outside of this lib
Projects
None yet
Development

No branches or pull requests

2 participants