tencentcloud-iot-sdk-embedded-c
tencentcloud-iot-sdk-embedded-c copied to clipboard
SDK for connecting to Tencent Cloud IoT from a device using embedded C.
- The type of timestamp is long. Thus it should be printed with '%ld'. - For format string "%0*d", the width specified should be of type int.
Calling 'strncpy' with the size of the source buffer as the third argument may result in a buffer overflow.
Format for IOT_Log_Gen (in a macro expansion) expects 1 arguments but given 0.
 如图所示,使用的是RT-Thread系统,可以看到网络正常,能够ping通百度,腾讯云的连接也是ok的,但是在创建mqtt连接总是出错了