diff --git a/.travis.yml b/.travis.yml index e3147a2..e36e67e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,7 +37,7 @@ jobs: - pip install -U platformio - platformio update script: - - platformio ci --lib="." --board=nodemcuv2 --project-option="lib_deps=ESP Async WebServer, ArduinoJSON" + - platformio ci --lib="." --board=nodemcuv2 --project-option="lib_deps=https://github.com/lorol/ESPAsyncWebServer, ArduinoJSON" - stage: Framework name: "Fetch Example" @@ -55,7 +55,7 @@ jobs: - pip install -U platformio - platformio update script: - - platformio ci --lib="." --board=nodemcuv2 --project-option="lib_deps=ESP Async WebServer, ArduinoJSON" + - platformio ci --lib="." --board=nodemcuv2 --project-option="lib_deps=https://github.com/lorol/ESPAsyncWebServer, ArduinoJSON" - stage: Framework name: "configManager Example" @@ -73,7 +73,7 @@ jobs: - pip install -U platformio - platformio update script: - - platformio ci --lib="." --board=nodemcuv2 --project-option="lib_deps=ESP Async WebServer, ArduinoJSON" --project-option="build_flags = -DCONFIG_PATH=src/configuration.json -DREBUILD_CONFIG" + - platformio ci --lib="." --board=nodemcuv2 --project-option="lib_deps=https://github.com/lorol/ESPAsyncWebServer, ArduinoJSON" --project-option="build_flags = -DCONFIG_PATH=src/configuration.json -DREBUILD_CONFIG" - stage: Framework name: "Time Sync Example" @@ -91,7 +91,7 @@ jobs: - pip install -U platformio - platformio update script: - - platformio ci --lib="." --board=nodemcuv2 --project-option="lib_deps=ESP Async WebServer, ArduinoJSON" + - platformio ci --lib="." --board=nodemcuv2 --project-option="lib_deps=https://github.com/lorol/ESPAsyncWebServer, ArduinoJSON" - stage: Framework name: "Dashboard Example" @@ -109,7 +109,7 @@ jobs: - pip install -U platformio - platformio update script: - - platformio ci --lib="." --board=nodemcuv2 --project-option="lib_deps=ESP Async WebServer, ArduinoJSON" --project-option="build_flags = -DDASHBOARD_PATH=src/dashboard.json -DREBUILD_DASHBOARD" + - platformio ci --lib="." --board=nodemcuv2 --project-option="lib_deps=https://github.com/lorol/ESPAsyncWebServer, ArduinoJSON" --project-option="build_flags = -DDASHBOARD_PATH=src/dashboard.json -DREBUILD_DASHBOARD" - stage: GUI name: "Webpack Build" diff --git a/library.json b/library.json index c472f5d..e0fdc93 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "ESP8266 IoT Framework", - "version": "1.8.0", + "version": "1.8.1", "description": "Framework for IoT projects implementing HTTPS requests, a React web interface, WiFi manager, configuration manager, file manager and OTA updates.", "keywords": "esp8266,react,ota-updates,wifi-manager,https,file-manager", "frameworks": "arduino", @@ -12,7 +12,7 @@ "dependencies": [ { - "name": "ESP Async WebServer" + "name": "https://github.com/lorol/ESPAsyncWebServer" }, { "name": "ArduinoJson"