add toggle button for USB and improve BLE polling rate
This commit is contained in:
+5
-4
@@ -84,14 +84,15 @@
|
||||
#endif
|
||||
|
||||
//------------- Driver configuration -------------//
|
||||
#define CFG_TUD_CDC 1
|
||||
#define CFG_TUD_CDC 1
|
||||
#define CFG_TUD_HID 8
|
||||
|
||||
// CDC FIFO size of TX and RX
|
||||
#define CFG_TUD_CDC_RX_BUFSIZE 32
|
||||
#define CFG_TUD_CDC_TX_BUFSIZE 128
|
||||
#define CFG_TUD_CDC_RX_BUFSIZE 32
|
||||
#define CFG_TUD_CDC_TX_BUFSIZE 128
|
||||
|
||||
// CDC Endpoint transfer buffer size, more is faster
|
||||
#define CFG_TUD_CDC_EP_BUFSIZE 128
|
||||
#define CFG_TUD_CDC_EP_BUFSIZE 128
|
||||
|
||||
//--------------------------------------------------------------------
|
||||
// HOST CONFIGURATION
|
||||
|
||||
Reference in New Issue
Block a user