test data rate

This commit is contained in:
yichin
2020-05-06 18:02:59 +08:00
parent 70d1e9c74b
commit 71e4e07155
@@ -27,13 +27,13 @@ static void central_handle_notify(uint16_t length, uint8_t *value){
recv_noti[8] = value[8];
recv_noti[8] = '/0';
if(data_counter % 200 == 0){
// if(data_counter % 200 == 0){
mem_UART_display_u8(recv_noti, 9);
mem_UART_display(" ");
mem_UART_display("Notify data counter: ");
mem_UART_display_u16(data_counter);
mem_UART_newline();
}
// }
if(length == 200){
data_counter ++;