You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: 'const void*' is not a pointer-to-object type
This error occurs when trying to compile sketch.
Im using arduino editor with arduino iot cloud.
Have a look at my code:
If the error occurs in ArduinoJson (which I cannot tell because you didn't include the compiler output), you can work around this bug by defining ARDUINOJSON_ENABLE_PROGMEM to 0. BTW, the ArduinoJson Troubleshooter would have told you that.
error: 'const void*' is not a pointer-to-object type
This error occurs when trying to compile sketch.
Im using arduino editor with arduino iot cloud.
Have a look at my code:
The text was updated successfully, but these errors were encountered: