mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Use larger event stack for esp_hid_host example
Merges https://github.com/espressif/esp-idf/pull/6385
This commit is contained in:
parent
d1c8c268d4
commit
5266d81602
@ -127,6 +127,7 @@ void app_main(void)
|
||||
ESP_ERROR_CHECK( esp_ble_gattc_register_callback(esp_hidh_gattc_event_handler) );
|
||||
esp_hidh_config_t config = {
|
||||
.callback = hidh_callback,
|
||||
.event_stack_size = 4096
|
||||
};
|
||||
ESP_ERROR_CHECK( esp_hidh_init(&config) );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user