Explorar o código

Fix broken build with latest Arduino libs - bump Websockets to ~2.2.0

There was a compilation error when building the external Websockets dependency with latest Arduino libraries (2.5.X).
It was caused by SSL code changes in Arduino and since has been fixed in Websockets 2.2.0.

See Links2004/arduinoWebSockets#447 for details.
Filip Sobalski %!s(int64=6) %!d(string=hai) anos
pai
achega
ce7514d1fa
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      platformio.ini

+ 1 - 1
platformio.ini

@@ -20,7 +20,7 @@ lib_deps_external =
   ArduinoJson@~6.10.1
   PubSubClient@~2.7
   ratkins/RGBConverter@07010f2
-  WebSockets@~2.1.2
+  WebSockets@~2.2.0
   CircularBuffer@~1.2.0
   PathVariableHandlers@~2.0.0
   RichHttpServer@~2.0.2