Skip to content

Commit

Permalink
[BT] Reduce frequency of FB update to allow early PS3 DS3 ctrl to kee…
Browse files Browse the repository at this point in the history
…p up
  • Loading branch information
darthcloud committed May 31, 2024
1 parent 5f81a27 commit d0ef7fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/bluetooth/host.c
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ static void bt_fb_task(void *param) {
bt_hid_feedback(device, bt_data->base.output);
}
}
vTaskDelay(32 / portTICK_PERIOD_MS);
vTaskDelay(100 / portTICK_PERIOD_MS);
}
}

Expand Down

0 comments on commit d0ef7fc

Please sign in to comment.