Преглед на файлове

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 преди 6 години
родител
ревизия
ce7514d1fa
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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