修改8
This commit is contained in:
parent
fff7e379e4
commit
af6703e8ac
|
@ -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//轮询时间
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user