Skip to content

Commit

Permalink
tracker poll interval from 4 to 3 ms
Browse files Browse the repository at this point in the history
  • Loading branch information
Timocop committed Jan 25, 2022
1 parent e75df12 commit 0fa77b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/psmoveservice/Device/Manager/DeviceManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
static const int k_default_controller_reconnect_interval= 1000; // ms
static const int k_default_controller_poll_interval= 2; // ms
static const int k_default_tracker_reconnect_interval= 10000; // ms
static const int k_default_tracker_poll_interval= 4; // 1000/250 ms
static const int k_default_tracker_poll_interval= 3; // 1000/333 ms
static const int k_default_hmd_reconnect_interval= 10000; // ms
static const int k_default_hmd_poll_interval= 2; // ms

Expand Down

0 comments on commit 0fa77b5

Please sign in to comment.