Skip to content

Commit cf2135b

Browse files
committed
fix port number
1 parent ae3c52c commit cf2135b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ofApp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class ofApp : public ofBaseApp{
5858
ofxUDPManager udp3DView;
5959
ofxArtnetSender artnet;
6060
string artnetIp = "127.0.0.1";
61-
int artnetPort = 6465;
61+
int artnetPort = 6454;
6262
ofxDmx dmx;
6363

6464
const std::string HEAD_3DVIEW = "DMX|";

0 commit comments

Comments
 (0)