10000 bump version to 2.3.0 and add note for ESP8266 BareSSL API changes · genemyers/arduinoWebSockets@f226511 · GitHub
[go: up one dir, main page]

Skip to content

Commit f226511

Browse files
committed
bump version to 2.3.0 and add note for ESP8266 BareSSL API changes
1 parent 9982818 commit f226511

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ a WebSocket Server and Client for Arduino based on RFC6455.
3434

3535
###### Note: ######
3636

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)
3840

3941
Arduino for AVR not supports std namespace of c++.
4042

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"type": "git",
1414
"url": "https://github.com/Links2004/arduinoWebSockets.git"
1515
},
16-
"version": "2.2.1",
16+
"version": "2.3.0",
1717
"license": "LGPL-2.1",
1818
"export": {
1919
"exclude": [

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=WebSockets
2-
version=2.2.1
2+
version=2.3.0
33
author=Markus Sattler
44
maintainer=Markus Sattler
55
sentence=WebSockets for Arduino (Server + Client)

0 commit comments

Comments
 (0)
0