iic速率调整到400k

This commit is contained in:
lmx
2025-12-02 10:24:01 +08:00
parent 627780ea20
commit 8c2db49083
8 changed files with 15 additions and 16 deletions

View File

@ -234,6 +234,10 @@ void le_user_app_event_handler(struct sys_event* event){
send_data_to_ble_client(&device_buff,founds);
}
break;
case 0x02:
extern void test_func(void);
// test_func();
break;
default:
break;
}