add toggle button for USB and improve BLE polling rate

This commit is contained in:
2025-10-18 22:38:23 -04:00
parent a1a0723e89
commit cb7421eab7
14 changed files with 323 additions and 121 deletions
+5 -4
View File
@@ -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