Skip to content

Commit 0d9aa04

Browse files
authored
fix WebSocketClientSocketIO example
1 parent 1defe6d commit 0d9aa04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/WebSocketClientSocketIO/WebSocketClientSocketIO.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ void setup() {
8686
delay(100);
8787
}
8888

89-
webSocket.begin("192.168.0.123", 81);
89+
webSocket.beginSocketIO("192.168.0.123", 81);
9090
//webSocket.setAuthorization("user", "Password"); // HTTP Basic Authorization
9191
webSocket.onEvent(webSocketEvent);
9292

0 commit comments

Comments
 (0)