连接蓝牙,配网
This commit is contained in:
@@ -54,6 +54,16 @@ public class ProvisionConfig {
|
||||
*/
|
||||
public static final int DEFAULT_SECURITY = SECURITY_1;
|
||||
|
||||
/**
|
||||
* 默认 PoP,需和 ESP 固件保持一致
|
||||
*/
|
||||
public static final String DEFAULT_PROOF_OF_POSSESSION = "abcd1234";
|
||||
|
||||
/**
|
||||
* Security2 使用的默认用户名
|
||||
*/
|
||||
public static final String DEFAULT_USER_NAME = "";
|
||||
|
||||
/**
|
||||
* 连接超时时间 (毫秒)
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user