mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-14 14:08:19 +08:00
去除初始化AP的密码
This commit is contained in:
@@ -186,7 +186,7 @@ void ApInit(bool use_defaul)
|
||||
{
|
||||
sprintf(user_config->ap_name, ZZ_AP_NAME, str_mac + 6);
|
||||
sprintf(user_config->ap_key, "%s", ZZ_AP_KEY);
|
||||
wifi_log("ApInit use_defaul[true] key[12345678]");
|
||||
wifi_log("ApInit use_defaul[true] key[]");
|
||||
}
|
||||
|
||||
network_InitTypeDef_st wNetConfig;
|
||||
|
||||
Reference in New Issue
Block a user