Skip to content

Commit

Permalink
Update Tracking.java (#1344)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairygael authored Oct 9, 2023
1 parent 11c66a9 commit 9c3e8c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/myrobotlab/service/Tracking.java
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ public void attachPan(String pan) {
}

public void attachTilt(String tilt) {
setPeerName("pan", tilt); // this is config NOT plan
setPeerName("tilt", tilt); // this is config NOT plan
}

public void attachCv(String cv) {
Expand Down

0 comments on commit 9c3e8c9

Please sign in to comment.