Use larger baudrate

This commit is contained in:
2026-06-24 08:10:49 +02:00
parent 58c4b66f34
commit 2be0f0370e
+1 -1
View File
@@ -390,7 +390,7 @@ static void MX_USART1_UART_Init(void)
/* USER CODE END USART1_Init 1 */
huart1.Instance = USART1;
huart1.Init.BaudRate = 115200;
huart1.Init.BaudRate = 1152000;
huart1.Init.WordLength = UART_WORDLENGTH_8B;
huart1.Init.StopBits = UART_STOPBITS_1;
huart1.Init.Parity = UART_PARITY_NONE;