Update esp_hid_common.h

Increase default to 4096
This commit is contained in:
mitchellcairns 2023-12-28 00:03:49 -08:00 committed by GitHub
parent 730919f274
commit 35021387d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 */