This commit is contained in:
lmx
2025-12-10 17:40:26 +08:00
parent 23b14f0142
commit 141b538bf5
9 changed files with 51 additions and 17 deletions

View File

@ -30,7 +30,7 @@ int nvs_write_main_board_mac(const u8 *mac_addr);
*/
int nvs_read_main_board_mac(u8 *mac_addr);
int nvs_clear_info(void);
// =================================================================================
// 以下为旧的通用出厂信息API已废弃不建议在新代码中使用
// =================================================================================