在这里加入clock_draw会导致webble端超时断开。

This commit is contained in:
tpu
2025-05-07 22:00:46 +08:00
parent 711255c14f
commit f2ecfd573c

View File

@@ -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);
if(param->value[0]==0x91){
clock_set((uint8_t*)param->value);
clock_draw(1);
// clock_draw(1);
clock_print();
}
}