WiFiManager
WiFiManager copied to clipboard
WString == Overload Changes in Arduino Master
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 = "";
Thanks