uart config seems good for now

dmx receiving with ftdi and qlc+ works
This commit is contained in:
2025-04-26 00:59:26 +02:00
parent 379255caf7
commit a3889faf10
2 changed files with 39 additions and 20 deletions

View File

@@ -41,7 +41,7 @@ extern "C" {
/* Exported constants --------------------------------------------------------*/
/* USER CODE BEGIN EC */
#define BUFFER_SIZE 8
#define BUFFER_SIZE 515
extern uint8_t rxBuffer[BUFFER_SIZE];
/* USER CODE END EC */