mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-13 05:28:14 +08:00
优化代码
This commit is contained in:
@@ -169,7 +169,7 @@ void WifiInit(void)
|
||||
void ApInit()
|
||||
{
|
||||
char ap_name[16];
|
||||
sprintf(ap_name, ELAND_AP_SSID"-%s", str_mac+6);
|
||||
sprintf(ap_name, ELAND_AP_SSID, str_mac+6);
|
||||
os_log("ApInit ap_name[%s]", ap_name);
|
||||
|
||||
network_InitTypeDef_st wNetConfig;
|
||||
|
||||
Reference in New Issue
Block a user