Increased buffer size once more to make programming radios more stable

pull/101/merge
Simon Kueppers 2025-09-25 17:55:38 +02:00
rodzic 781e34bf7a
commit caf340b013
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -101,8 +101,8 @@
#define CFG_TUD_DFU_RUNTIME 1
// CDC FIFO size of TX and RX
#define CFG_TUD_CDC_RX_BUFSIZE 256
#define CFG_TUD_CDC_TX_BUFSIZE 256
#define CFG_TUD_CDC_RX_BUFSIZE 512
#define CFG_TUD_CDC_TX_BUFSIZE 512
// CDC Endpoint transfer buffer size, more is faster
#define CFG_TUD_CDC_EP_BUFSIZE 64