From fb7ac7b0eab60724bd9893fdd78286a04ec58bf6 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sat, 18 May 2019 17:56:46 +0200 Subject: [PATCH] baudrate 230400 works good on PM3 device communicating with BT add-on (Blue Shark) --- common/usart.h | 1 + 1 file changed, 1 insertion(+) diff --git a/common/usart.h b/common/usart.h index 146e2e0d7..5cf549ba9 100644 --- a/common/usart.h +++ b/common/usart.h @@ -6,6 +6,7 @@ //#define USART_BAUD_RATE 9600 #define USART_BAUD_RATE 115200 +//#define USART_BAUD_RATE 230400 //#define USART_BAUD_RATE 460800 extern uint32_t usart_baudrate; #define USART_PARITY 'N'