You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-10Lines changed: 8 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
WebSocket Server and Client for Arduino [](https://github.com/Links2004/arduinoWebSockets/actions?query=workflow%3ACI+branch%3Amaster)
1
+
WebSocket Server and Client for Arduino [](https://github.com/Links2004/arduinoWebSockets/actions?query=branch%3Amaster)
2
2
===========================================
3
3
4
4
a WebSocket Server and Client for Arduino based on RFC6455.
@@ -74,19 +74,19 @@ The mode can be activated in the ```WebSockets.h``` (see WEBSOCKETS_NETWORK_TYPE
@@ -100,13 +100,11 @@ Where `WStype_t type` is defined as:
100
100
WStype_PING,
101
101
WStype_PONG,
102
102
} WStype_t;
103
-
```
103
+
```
104
104
105
105
### Issues ###
106
106
Submit issues to: https://github.com/Links2004/arduinoWebSockets/issues
107
107
108
-
[](https://gitter.im/Links2004/arduinoWebSockets?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
109
-
110
108
### License and credits ###
111
109
112
110
The library is licensed under [LGPLv2.1](https://github.com/Links2004/arduinoWebSockets/blob/master/LICENSE)
0 commit comments