去除初始化AP的密码

This commit is contained in:
Your Name
2025-03-09 14:24:34 +08:00
parent 026b192396
commit 1fd6958ddb
4 changed files with 9 additions and 8 deletions

View File

@@ -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;