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//轮询时间