update MQTT connection parameter configuration

This commit is contained in:
wgzAIIT
2023-08-30 09:35:50 +08:00
parent fd608d8e81
commit 488419a6d0
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -10,7 +10,7 @@ menu "lib using MQTT"
menu "MQTT connection parameter configuration." menu "MQTT connection parameter configuration."
config PLATFORM_PRODUCTKEY config PLATFORM_PRODUCTKEY
string "Product Key, used to identify a product." string "Product Key, used to identify a product."
default "iywhcgnuezz" default "iv74vebCdJC"
config CLIENT_DEVICENAME config CLIENT_DEVICENAME
string "Device name, used to identify a client device." string "Device name, used to identify a client device."
@@ -18,7 +18,7 @@ menu "lib using MQTT"
config CLIENT_DEVICESECRET config CLIENT_DEVICESECRET
string "Device secret, used for device authentication and data encryption." string "Device secret, used for device authentication and data encryption."
default "c9a4ce03e9382065fc089e9ff54b771d" default "d2e613c4f714b6b0774bd7b68eeceae3"
config PLATFORM_SERVERIP config PLATFORM_SERVERIP
string "mqtt platform server ip." string "mqtt platform server ip."
@@ -788,7 +788,7 @@ void OTA_Download(int size, int offset)
/******************************************************************************* /*******************************************************************************
* 函 数 名: app_ota_by_platform * 函 数 名: app_ota_by_platform
* 功能描述: 通过命令来进行ota升级,该函数与升级的命令关联,通过云平台MQTT进行升级 * 功能描述: 通过云平台MQTT进行升级
* 形 参: 无 * 形 参: 无
* 返 回 值: 无 * 返 回 值: 无
*******************************************************************************/ *******************************************************************************/