Skip to content

Commit

Permalink
Use larger event stack for esp_hid_host example
Browse files Browse the repository at this point in the history
Merges #6385
  • Loading branch information
LMBernardo authored and igrr committed May 5, 2021
1 parent d1c8c26 commit 5266d81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/bluetooth/esp_hid_host/main/esp_hid_host_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) );

Expand Down

0 comments on commit 5266d81

Please sign in to comment.