TencentCloud / tencentcloud-iot-explorer-sdk-embedded-c

SDK for embedded system connect and comunicate with Tencent Cloud IoT Explorer Platform
Other
113 stars 52 forks source link

Add QT OTA demo and fix some bugs. #18

Open Yangyuanxin opened 2 years ago

Yangyuanxin commented 2 years ago
  1. Solve all .vscode files are not ignored in the ignore file problem.
  2. Solve the bug caused by not adding '\0' at the end of the formatted string.
  3. Add the QT OTA routine based on the MinGW compilation environment in the Window environment.