You can chat about native SDK questions and issues here.

User avatar
By cookierookie44
#81439 I've tried testing out the AWS shadow sample from https://github.com/espressif/ESP8266_RT ... ing_shadow, but I am getting an error at the below code

Code: Select allrc = aws_iot_shadow_add_reported(JsonDocumentBuffer, sizeOfJsonDocumentBuffer, 2, &temperatureHandler,
                                             &windowActuator);


I get an error of -44 from it. How can I fix this and get the sample working?