Merge branch 'mqtt' into xidatong-arm32

This commit is contained in:
wgzAIIT 2023-08-30 10:03:03 +08:00
commit e33bd9dd78
2 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ menu "lib using MQTT"
menu "MQTT connection parameter configuration."
config PLATFORM_PRODUCTKEY
string "Product Key, used to identify a product."
default "iywhcgnuezz"
default "iv74vebCdJC"
config CLIENT_DEVICENAME
string "Device name, used to identify a client device."
@ -18,7 +18,7 @@ menu "lib using MQTT"
config CLIENT_DEVICESECRET
string "Device secret, used for device authentication and data encryption."
default "c9a4ce03e9382065fc089e9ff54b771d"
default "d2e613c4f714b6b0774bd7b68eeceae3"
config PLATFORM_SERVERIP
string "mqtt platform server ip."

View File

@ -788,7 +788,7 @@ void OTA_Download(int size, int offset)
/*******************************************************************************
* : app_ota_by_platform
* : ota升级,,MQTT进行升级
* : MQTT进行升级
* :
* :
*******************************************************************************/