Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
Update lib_deps
Browse files Browse the repository at this point in the history
  • Loading branch information
maakbaas committed Jun 16, 2021
1 parent f69cab3 commit 1fed6aa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -12,7 +12,7 @@
"dependencies":
[
{
"name": "ESP Async WebServer"
"name": "https://github.com/lorol/ESPAsyncWebServer"
},
{
"name": "ArduinoJson"
Expand Down

0 comments on commit 1fed6aa

Please sign in to comment.