Skip to content

Commit

Permalink
Use server port 22223
Browse files Browse the repository at this point in the history
  • Loading branch information
jnippula committed Nov 7, 2024
1 parent 73a6a59 commit 3ecbb33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mocap_pose.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ using namespace std::chrono;
struct MocapPose::Impl
{
std::string serverAddress = "";
unsigned short basePort = 22222;
unsigned short basePort = 22223;
int sdkMajorVersion = 1;
int sdkMinorVersion = 19;
bool bigEndian = false;
Expand Down

0 comments on commit 3ecbb33

Please sign in to comment.