Usama Shahid

Results 2 issues of Usama Shahid

I’m running a shadow application that is based on the beta release [57b18d7]. In this implementation the MQTT connection is established by calling **EstablishMqttSession** function and its parameter is a...

When I tried to build the beta release thing_shadow example it gives the following error. esp-aws-iot/aws-iot-device-sdk-embedded-C/platform/posix/clock_posix.c:76: undefined reference to `nanosleep' Apparently nanosleep reference should be in **time.h** header, but there...