Switch uart to 115200

This commit is contained in:
Andrey Gusakov 2022-08-12 01:00:51 +03:00 committed by rusefillc
parent 8d126d4c26
commit fe3e8a490d
1 changed files with 1 additions and 1 deletions

View File

@ -31,4 +31,4 @@
#define UART_TX_PIN 9
// stm32 RX/UART1 - dongle TX often Green
#define UART_RX_PIN 10
#define UART_BAUD_RATE 38400
#define UART_BAUD_RATE 115200