mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Update esp_hid_common.h
Increase default to 4096
This commit is contained in:
parent
730919f274
commit
35021387d2
@ -25,7 +25,7 @@ extern "C" {
|
||||
|
||||
/* HID BT Task Size Def */
|
||||
#ifndef BT_HID_DEVICE_TASK_SIZE
|
||||
#define BT_HID_DEVICE_TASK_SIZE 2048
|
||||
#define BT_HID_DEVICE_TASK_SIZE 4096
|
||||
#endif
|
||||
|
||||
/* HID Report Map Values */
|
||||
|
Loading…
Reference in New Issue
Block a user