mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 17:19:09 -04:00
(cherry picked from commit d4b3a7e99d29150d9718415384db7ac5ae7673d5) Co-authored-by: Mitch Cairns <mitch.cairns@handheldlegend.com>
18 lines
483 B
Plaintext
18 lines
483 B
Plaintext
menu "ESP HID"
|
|
config ESPHID_TASK_SIZE_BT
|
|
int "Task stack size for ESP HID BR/EDR"
|
|
range 2048 10240
|
|
default 2048
|
|
help
|
|
This is the stack size for the BT HID task.
|
|
Default is 2048 bytes.
|
|
|
|
config ESPHID_TASK_SIZE_BLE
|
|
int "Task stack size for ESP HID BLE"
|
|
range 2048 10240
|
|
default 4096
|
|
help
|
|
This is the stack size for the BLE HID task.
|
|
Default is 4096 bytes.
|
|
endmenu
|