From af6703e8ac3abbf2609b20af56c1ba51e561b98e Mon Sep 17 00:00:00 2001 From: wujiahao17 <315776852@qq.com> Date: Wed, 21 Aug 2024 14:20:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/Module/wjh_OTAConfig.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/Module/wjh_OTAConfig.h b/src/app/Module/wjh_OTAConfig.h index 7cbeb77..fc6fdcf 100644 --- a/src/app/Module/wjh_OTAConfig.h +++ b/src/app/Module/wjh_OTAConfig.h @@ -16,13 +16,13 @@ #define Device_type 1 //0为730 1为c100 -#define OTA_DEVICE_NAME_DEFAULT "设备名" -#define OTA_DEVICE_SN_DEFAULT "123456345" +#define OTA_DEVICE_NAME_DEFAULT "测试设备1" +#define OTA_DEVICE_SN_DEFAULT "12345634567" #define OTA_DEVICE_TYPE_DEFAULT 2 //WIFI链接部分配置 #define OTA_WIFI_NAME_DEFAULT "12345678" //默认启动连接的wifi账号 -#define OTA_WIFI_PWD_DEFAULT "1234567890" //默认启动连接的wifi密码 +#define OTA_WIFI_PWD_DEFAULT "12345678" //默认启动连接的wifi密码 #define OTA_WIFI_TIMEOUT CN_TIMEOUT_FOREVER #define OTA_WIFI_POLL_TIME 10000 * 1000//轮询时间