sinricpro / esp8266-esp32-sdk

Library for https://sinric.pro - simple way to connect your device to Alexa, Google Home, SmartThings and cloud
https://sinric.pro
Other
230 stars 124 forks source link

Where can I find websockets client 2.2.0 ? #36

Closed marcosmoura91 closed 4 years ago

marcosmoura91 commented 4 years ago

Hello, When I follow the websockets library dependency link I can find only as latest version 2.1.4. Where is this new 2.2.0 version availabe ?

sivar2311 commented 4 years ago

https://github.com/sinricpro/esp8266-esp32-sdk#dependencies

marcosmoura91 commented 4 years ago

When I follow the Link and under the releases I see only 2.1.4 available Sockets IO 2.0

image

sivar2311 commented 4 years ago

Yeah, i think there is a difference between github tag (still at 2.1.4) and library.json / library.properties (2.2.0). But using this library is correct.

You can even install the library via ArduinoIDE / PlatformIO libraries manager.