uid有时读取失败

This commit is contained in:
lmx
2025-12-01 18:05:09 +08:00
parent 976dafada1
commit b8d48ebe19
9 changed files with 23 additions and 65 deletions

View File

@ -220,7 +220,7 @@ void le_user_app_event_handler(struct sys_event* event){
// factory_info_t read_info;;
// nvs_read_factory_info(&read_info);
extern void rfid_task_fuc(void);
create_process(&rfid_fuc_id,"rfid",NULL,rfid_task_fuc,4000);
create_process(&rfid_fuc_id,"rfid",NULL,rfid_task_fuc,2000);
break;
case 0xff: //测试
int ret = hw_iic_init(0);