Skip to content

Commit

Permalink
Revert "Don't send HMD to SlimeVR Server"
Browse files Browse the repository at this point in the history
  • Loading branch information
kitlith committed Jul 2, 2023
1 parent 50ee54d commit a1cc13f
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -289,10 +289,6 @@ class Trackers {
return; // don't send information on slimes
}

if (index == 19) {
return; // don't send HMD
}

if (info->status == status_val && !send_anyway) {
return; // already up to date;
}
Expand Down Expand Up @@ -330,10 +326,6 @@ class Trackers {
return; // don't bother with slimes
}

if (index == 19) {
return; // don't send HMD
}

if (pose.bPoseIsValid || pose.eTrackingResult == ETrackingResult::TrackingResult_Fallback_RotationOnly) {
if (pose.eTrackingResult == ETrackingResult::TrackingResult_Fallback_RotationOnly) {
SetStatus(index, messages::TrackerStatus_Status_OCCLUDED, just_connected);
Expand Down Expand Up @@ -419,10 +411,6 @@ class Trackers {
return; // don't send information on slimes
}

if (index == 19) {
return; // don't send HMD
}

bool should_send = false;

switch (info->state) {
Expand Down

0 comments on commit a1cc13f

Please sign in to comment.