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
+10-6Lines changed: 10 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
WebSocket Server and Client for Arduino [](https://travis-ci.org/Links2004/arduinoWebSockets)
1
+
WebSocket Server and Client for Arduino [](https://travis-ci.com/Links2004/arduinoWebSockets)
2
2
===========================================
3
3
4
4
a WebSocket Server and Client for Arduino based on RFC6455.
@@ -34,7 +34,9 @@ a WebSocket Server and Client for Arduino based on RFC6455.
34
34
35
35
###### Note: ######
36
36
37
-
version 2.0 and up is not compatible with AVR/ATmega, check ATmega branch.
37
+
version 2.0.0 and up is not compatible with AVR/ATmega, check ATmega branch.
38
+
39
+
version 2.3.0 has API changes for the ESP8266 BareSSL (may brakes existing code)
38
40
39
41
Arduino for AVR not supports std namespace of c++.
40
42
@@ -79,10 +81,12 @@ Where `WStype_t type` is defined as:
0 commit comments