TencentCloud / tencentcloud-iot-sdk-embedded-c

SDK for connecting to Tencent Cloud IoT from a device using embedded C.
https://cloud.tencent.com/product/iothub
Other
148 stars 71 forks source link

String concatenation does not add '\0', causing an error during OTA running #40

Open Yangyuanxin opened 1 year ago

Yangyuanxin commented 1 year ago

Fixed the error in the return format when compiling and running in MinGW environment because '\0' was not added in the process of splicing strings.