File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -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
Original file line number Diff line number Diff line change 13
13
"type" : " git" ,
14
14
"url" : " https://github.com/Links2004/arduinoWebSockets.git"
15
15
},
16
- "version" : " 2.2.1 " ,
16
+ "version" : " 2.3.0 " ,
17
17
"license" : " LGPL-2.1" ,
18
18
"export" : {
19
19
"exclude" : [
Original file line number Diff line number Diff line change 1
1
name =WebSockets
2
- version =2.2.1
2
+ version =2.3.0
3
3
author =Markus Sattler
4
4
maintainer =Markus Sattler
5
5
sentence =WebSockets for Arduino (Server + Client)
You can’t perform that action at this time.
0 commit comments