This commit is contained in:
lmx
2025-11-25 16:40:37 +08:00
parent 51788e4b88
commit 8089cf5b3a
3 changed files with 8 additions and 6 deletions

View File

@ -213,7 +213,7 @@ void le_user_app_event_handler(struct sys_event* event){
extern void i2c_scanner_probe(void);
// i2c_scanner_probe();
extern void rfid_task_fuc(void);
create_process(&rfid_fuc_id,"rfid",NULL,rfid_task_fuc,2000);
create_process(&rfid_fuc_id,"rfid",NULL,rfid_task_fuc,4000);
break;
default:
break;