running and receiving data over uart (wb1)

This commit is contained in:
ggw
2026-04-30 15:02:15 -05:00
parent af7f7cdc2e
commit b6e40323e3
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ void MX_USART1_UART_Init(void)
/* USER CODE END USART1_Init 1 */
huart1.Instance = USART1;
huart1.Init.BaudRate = 115200;
huart1.Init.BaudRate = 460800;
huart1.Init.WordLength = UART_WORDLENGTH_8B;
huart1.Init.StopBits = UART_STOPBITS_1;
huart1.Init.Parity = UART_PARITY_NONE;