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
exit status 1 invalid initialization of non-const reference of type 'ArduinoJson::JsonObject&' from an rvalue of type 'ArduinoJson::JsonObject'
I just copy/pasted the sketch into Arduino IDE, made sure all libraries are included, but it keeps throwing me that error. If I go in and uncomment
//{"Name":"ActivateRelay","Parameters":{"Activated":0}}
another error pops up in that very line: expected ';' before ':' token
The text was updated successfully, but these errors were encountered:
hi @errandom have you tried installing version 5 of ArduinoJson
Sorry, something went wrong.
Yes - but then the error pops up somewhere else:
src/AzureIoTHubMQTTClient.cpp:63: undefined reference to `char* ArduinoJson::JsonVariant::as<char*>() const'
src/AzureIoTHubMQTTClient.cpp:213: undefined reference to `char* ArduinoJson::JsonVariant::as<char*>() const'
No branches or pull requests
exit status 1
invalid initialization of non-const reference of type 'ArduinoJson::JsonObject&' from an rvalue of type 'ArduinoJson::JsonObject'
I just copy/pasted the sketch into Arduino IDE, made sure all libraries are included, but it keeps throwing me that error. If I go in and uncomment
another error pops up in that very line:
expected ';' before ':' token
The text was updated successfully, but these errors were encountered: