正确获取MAC地址并拼接到AP名

This commit is contained in:
zogodo
2020-01-11 23:13:57 +08:00
parent eff4783bc4
commit 8bcc7db4f7
3 changed files with 13 additions and 10 deletions

View File

@@ -66,6 +66,7 @@ typedef struct
extern char rtc_init;
extern uint32_t total_time;
extern char strMac[16];
extern char str_mac[16];
extern uint32_t power;
extern system_config_t* sys_config;
extern user_config_t* user_config;