连接蓝牙,配网

This commit is contained in:
fengjignqi
2026-06-04 16:49:14 +08:00
parent 7e63101fc9
commit edfa6331f5
7 changed files with 45 additions and 16 deletions

View File

@@ -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 = "";
/**
* 连接超时时间 (毫秒)
*/