aws-iot-device-sdk-embedded-C icon indicating copy to clipboard operation
aws-iot-device-sdk-embedded-C copied to clipboard

SDK for connecting to AWS IoT from a device using embedded C (minor modifications for use with Espressif ESP-IDF)

Results 1 aws-iot-device-sdk-embedded-C issues
Sort by recently updated
recently updated
newest added

Fix for building the topic name: $aws/things/ThingName/$next/get/accepted jobId is `$next` but it's not require and topicType is JOB_GET_PENDING_TOPIC (and not JOB_WILDCARD_TOPIC) Signed-off-by: Clément Marrast By submitting this pull request, I...