mirror of
https://github.com/tpunix/HMCLOCK.git
synced 2026-03-15 13:13:17 +08:00
在这里加入clock_draw会导致webble端超时断开。
This commit is contained in:
@@ -226,7 +226,7 @@ void user_svc1_long_val_wr_ind_handler(ke_msg_id_t const msgid, struct custs1_va
|
|||||||
printk("Long value: %d\n", param->length);
|
printk("Long value: %d\n", param->length);
|
||||||
if(param->value[0]==0x91){
|
if(param->value[0]==0x91){
|
||||||
clock_set((uint8_t*)param->value);
|
clock_set((uint8_t*)param->value);
|
||||||
clock_draw(1);
|
// clock_draw(1);
|
||||||
clock_print();
|
clock_print();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user