Skip to content

Commit

Permalink
Merge pull request #181 from HaoboGu/fix/peripheral_lag
Browse files Browse the repository at this point in the history
Fix spilt peripheral lag
  • Loading branch information
HaoboGu authored Dec 13, 2024
2 parents f8b38ff + 2873055 commit 7faee43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmk/src/ble/nrf/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ pub(crate) async fn set_conn_params(conn: &Connection) {
);
debug!("Set conn params result: {:?}", re);

embassy_time::Timer::after_millis(50).await;
embassy_time::Timer::after_millis(5000).await;

// Setting the conn param the second time ensures that we have best performance on all platforms
let re = sd_ble_gap_conn_param_update(
Expand Down

0 comments on commit 7faee43

Please sign in to comment.