This commit is contained in:
lmx
2025-11-25 16:22:28 +08:00
parent fb12a84d2c
commit 51788e4b88
4 changed files with 28 additions and 15 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,1000);
create_process(&rfid_fuc_id,"rfid",NULL,rfid_task_fuc,2000);
break;
default:
break;