From 32fc93f208e8ae5e2549493ab77069abea504c20 Mon Sep 17 00:00:00 2001 From: Hieromon Ikasamo Date: Sat, 11 May 2019 03:23:19 +0900 Subject: [PATCH] Add WebSockets library --- .travis.yml | 1 + library.json | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 84c289b..9a307d5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,7 @@ before_install: fi - arduino --install-library PubSubClient,PageBuilder:1.3.3 - arduino --install-library ArduinoJson:5.13.5 + - arduino --install-library WebSockets:2.1.1 - buildExampleSketch() { arduino --verify --board $BOARD $PWD/examples/$1/$1.ino; } - arduino --install-library ArduinoJson:6.10.0 - buildExampleSketch() { arduino --verify --board $BOARD $PWD/examples/$1/$1.ino; } diff --git a/library.json b/library.json index 640fa15..fe81323 100644 --- a/library.json +++ b/library.json @@ -17,6 +17,10 @@ { "name": "ArduinoJson", "version": ">=5.13.3" + }, + { + "name": "WebSockets", + "version": ">=2.1.1" } ], "frameworks": "arduino",