WiFiManager icon indicating copy to clipboard operation
WiFiManager copied to clipboard

WString == Overload Changes in Arduino Master

Open bwjohns4 opened this issue 3 years ago • 1 comments

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 https://github.com/esp8266/Arduino/pull/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 = "";

bwjohns4 avatar May 16 '22 12:05 bwjohns4

Thanks

tablatronix avatar May 16 '22 16:05 tablatronix