test data rate
This commit is contained in:
+2
-2
@@ -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 ++;
|
||||
|
||||
Reference in New Issue
Block a user