Skip to content

Commit

Permalink
Increase wait timeout for bluetooth controller connection (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperH2O authored Jul 7, 2024
1 parent 4e40b89 commit a719c46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HandheldCompanion/Controllers/JSController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ public override void CyclePort()
// Details.InstallCustomDriver("hidbth.inf");
Details.Uninstall(false);
await Task.Delay(1000);
await Task.Delay(3000);
Devcon.Refresh();
});
break;
Expand All @@ -176,4 +176,4 @@ public void AttachJoySettings(JOY_SETTINGS settings)
JslResetContinuousCalibration(UserIndex);
JslPauseContinuousCalibration(UserIndex);
}
}
}

0 comments on commit a719c46

Please sign in to comment.