Max the UART TX buffer size

This commit is contained in:
Allen Hill
2026-08-13 16:48:44 -07:00
parent 3ea7c2d44a
commit 66dd441610
@@ -108,11 +108,11 @@
// Size of the ring buffers, must be power of 2
// default 32
#define RX_BUFFER_SIZE 64
#define RX_BUFFER_SIZE 128
// Size of the ring buffers, must be power of 2
// default 32
#define TX_BUFFER_SIZE 128
#define TX_BUFFER_SIZE 256
/*******************config for multiple USART * mcu's*************************/