kopia lustrzana https://github.com/skuep/AIOC
Doubled CDC serial buffer size, due to instability issues with firmware updates on certain models
rodzic
92d70d3ec5
commit
e93be6926f
|
@ -101,8 +101,8 @@
|
|||
#define CFG_TUD_DFU_RUNTIME 1
|
||||
|
||||
// CDC FIFO size of TX and RX
|
||||
#define CFG_TUD_CDC_RX_BUFSIZE 128
|
||||
#define CFG_TUD_CDC_TX_BUFSIZE 128
|
||||
#define CFG_TUD_CDC_RX_BUFSIZE 256
|
||||
#define CFG_TUD_CDC_TX_BUFSIZE 256
|
||||
|
||||
// CDC Endpoint transfer buffer size, more is faster
|
||||
#define CFG_TUD_CDC_EP_BUFSIZE 64
|
||||
|
|
Ładowanie…
Reference in New Issue