aws / ota-for-aws-iot-embedded-sdk

MIT License
60 stars 74 forks source link

FIX: Invalid topic used to publish request for outstanding OTA jobs (#480) #481

Closed imoir closed 1 year ago

imoir commented 1 year ago

Description

This looks like a regression in commit https://github.com/aws/ota-for-aws-iot-embedded-sdk/commit/e43672a0881d6aad65df3a61ece5a4e019c3559f, the thing name is not added to the topic parts in function requestJob_Mqtt() in source/ota_mqtt.c.

Checklist:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

imoir commented 1 year ago

I had not intended for the fix for #482 to be part of this pull request. I will try to delete and start again.