diff --git a/library.json b/library.json index 3647d91..37e61d7 100644 --- a/library.json +++ b/library.json @@ -2,8 +2,8 @@ "authors": [ { "maintainer": true, - "name": "Markus Sattler", - "url": "https://github.com/Links2004" + "name": "Rudolf Ratusinski", + "url": "https://github.com/rudolfratusinski" } ], "description": "WebSocket Server and Client for Arduino based on RFC6455", @@ -15,11 +15,11 @@ "frameworks": "arduino", "keywords": "wifi, http, web, server, client, websocket", "license": "LGPL-2.1", - "name": "WebSockets", + "name": "WebSocketsRR", "platforms": "atmelavr, espressif8266, espressif32, raspberrypi", "repository": { "type": "git", - "url": "https://github.com/Links2004/arduinoWebSockets.git" + "url": "https://github.com/rudolfratusinski/arduinoWebSockets.git" }, - "version": "2.4.1" + "version": "2.4.2" } \ No newline at end of file diff --git a/library.properties b/library.properties index 38aa97b..5267bf3 100644 --- a/library.properties +++ b/library.properties @@ -1,9 +1,9 @@ -name=WebSockets -version=2.4.1 -author=Markus Sattler -maintainer=Markus Sattler +name=WebSocketsRR +version=2.4.2 +author=Rudolf Ratusinski +maintainer=Rudolf Ratusinski sentence=WebSockets for Arduino (Server + Client) paragraph=use 2.x.x for ESP and 1.3 for AVR category=Communication -url=https://github.com/Links2004/arduinoWebSockets +url=https://github.com/rudolfratusinski/arduinoWebSockets architectures=* diff --git a/src/WebSocketsClient.cpp b/src/WebSocketsClient.cpp index f1155e0..ada7615 100644 --- a/src/WebSocketsClient.cpp +++ b/src/WebSocketsClient.cpp @@ -442,7 +442,7 @@ bool WebSocketsClient::isConnected(void) { void WebSocketsClient::messageReceived(WSclient_t * client, WSopcode_t opcode, uint8_t * payload, size_t length, bool fin) { WStype_t type = WStype_ERROR; - UNUSED(client); + //UNUSED(client); switch(opcode) { case WSop_text: