Fixes and tested

This commit is contained in:
@CarlWachter
2024-02-14 22:55:42 +01:00
parent fb9cbb72a7
commit 6cf0b6731f
131 changed files with 549 additions and 461 deletions

View File

@@ -39,7 +39,7 @@ void MX_USART1_UART_Init(void)
/* USER CODE END USART1_Init 1 */
huart1.Instance = USART1;
huart1.Init.BaudRate = 6200;
huart1.Init.BaudRate = 9600;
huart1.Init.WordLength = UART_WORDLENGTH_8B;
huart1.Init.StopBits = UART_STOPBITS_1;
huart1.Init.Parity = UART_PARITY_NONE;