mirror of
https://github.com/Links2004/arduinoWebSockets.git
synced 2025-07-30 07:37:14 +02:00
bump version to 2.3.0 and add note for ESP8266 BareSSL API changes
This commit is contained in:
@ -34,7 +34,9 @@ a WebSocket Server and Client for Arduino based on RFC6455.
|
|||||||
|
|
||||||
###### Note: ######
|
###### Note: ######
|
||||||
|
|
||||||
version 2.0 and up is not compatible with AVR/ATmega, check ATmega branch.
|
version 2.0.0 and up is not compatible with AVR/ATmega, check ATmega branch.
|
||||||
|
|
||||||
|
version 2.3.0 has API changes for the ESP8266 BareSSL (may brakes existing code)
|
||||||
|
|
||||||
Arduino for AVR not supports std namespace of c++.
|
Arduino for AVR not supports std namespace of c++.
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/Links2004/arduinoWebSockets.git"
|
"url": "https://github.com/Links2004/arduinoWebSockets.git"
|
||||||
},
|
},
|
||||||
"version": "2.2.1",
|
"version": "2.3.0",
|
||||||
"license": "LGPL-2.1",
|
"license": "LGPL-2.1",
|
||||||
"export": {
|
"export": {
|
||||||
"exclude": [
|
"exclude": [
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name=WebSockets
|
name=WebSockets
|
||||||
version=2.2.1
|
version=2.3.0
|
||||||
author=Markus Sattler
|
author=Markus Sattler
|
||||||
maintainer=Markus Sattler
|
maintainer=Markus Sattler
|
||||||
sentence=WebSockets for Arduino (Server + Client)
|
sentence=WebSockets for Arduino (Server + Client)
|
||||||
|
Reference in New Issue
Block a user