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

MIT License
60 stars 74 forks source link

[BUG] Invalid topic used to publish request for outstanding OTA jobs #480

Closed imoir closed 1 year ago

imoir commented 1 year ago

Describe the bug This looks like a regression in commit e43672a0, the thing name is not added to the topic parts in function requestJob_Mqtt() in source/ota_mqtt.c.

Host ESP32 with FreeRTOS/ESP-IDF

To Reproduce Initialize the OTA agent, causing it to request outstanding OTA jobs, which will fail with AWS dropping the connection.

paulbartell commented 1 year ago

I opened PR #483 by cherry picking your original commit onto the main branch.