update qcloud sdk

1. iot-hub sdk update to 3.2.0
2. iot-explorer update to 3.1.1
This commit is contained in:
daishengdong
2020-05-07 11:11:04 +08:00
parent c8e39739d3
commit 3e631cd96a
594 changed files with 47287 additions and 44165 deletions

View File

@@ -0,0 +1,11 @@
#!/bin/bash
MBEDTLS_DIR="external_libs/mbedtls"
if [ ! -d ${MBEDTLS_DIR} ]; then
git clone -q packages/mbedtls_module.git ${MBEDTLS_DIR}
else
cd ${MBEDTLS_DIR}
git pull -q
cd -
fi