mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 09:09:10 -04:00
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
|