mirror of
https://github.com/Links2004/arduinoWebSockets.git
synced 2025-07-16 00:32:06 +02:00
fix WebSocketClientSocketIO example
This commit is contained in:
@ -86,7 +86,7 @@ void setup() {
|
|||||||
delay(100);
|
delay(100);
|
||||||
}
|
}
|
||||||
|
|
||||||
webSocket.begin("192.168.0.123", 81);
|
webSocket.beginSocketIO("192.168.0.123", 81);
|
||||||
//webSocket.setAuthorization("user", "Password"); // HTTP Basic Authorization
|
//webSocket.setAuthorization("user", "Password"); // HTTP Basic Authorization
|
||||||
webSocket.onEvent(webSocketEvent);
|
webSocket.onEvent(webSocketEvent);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user