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
in the ajax.ino's line 101
deviceSettings.broadcast = deviceSettings.ip | (~deviceSettings.subnet);
espArtnetNode_2.0.0_b5g\ajax.ino: In function 'bool ajaxSave(uint8_t, ArduinoJson::JsonObject&)': ajax:101:55: error: ambiguous overload for 'operator~' (operand type is 'IPAddress') espArtnetNode_2.0.0_b5g\ajax.ino:101:55: note: candidates are: espArtnetNode_2.0.0_b5g\ajax.ino:101:55: note: operator~(uint32_t {aka unsigned int}) espArtnetNode_2.0.0_b5g\ajax.ino:101:55: note: operator~(u32_t {aka long unsigned int}) espArtnetNode_2.0.0_b5g\ajax.ino:101:55: note: operator~(int)
exit status 1
ambiguous overload for 'operator~' (operand type is 'IPAddress')
The text was updated successfully, but these errors were encountered:
Duplicate : #113
Sorry, something went wrong.
No branches or pull requests
in the ajax.ino's line 101
deviceSettings.broadcast = deviceSettings.ip | (~deviceSettings.subnet);
espArtnetNode_2.0.0_b5g\ajax.ino: In function 'bool ajaxSave(uint8_t, ArduinoJson::JsonObject&)':
ajax:101:55: error: ambiguous overload for 'operator~' (operand type is 'IPAddress')
espArtnetNode_2.0.0_b5g\ajax.ino:101:55: note: candidates are:
espArtnetNode_2.0.0_b5g\ajax.ino:101:55: note: operator~(uint32_t {aka unsigned int})
espArtnetNode_2.0.0_b5g\ajax.ino:101:55: note: operator~(u32_t {aka long unsigned int})
espArtnetNode_2.0.0_b5g\ajax.ino:101:55: note: operator~(int)
exit status 1
ambiguous overload for 'operator~' (operand type is 'IPAddress')
The text was updated successfully, but these errors were encountered: