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

Commit 1fed6aa

Browse files
committed
Update lib_deps
1 parent f69cab3 commit 1fed6aa

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- pip install -U platformio
3838
- platformio update
3939
script:
40-
- platformio ci --lib="." --board=nodemcuv2 --project-option="lib_deps=ESP Async WebServer, ArduinoJSON"
40+
- platformio ci --lib="." --board=nodemcuv2 --project-option="lib_deps=https://github.com/lorol/ESPAsyncWebServer, ArduinoJSON"
4141

4242
- stage: Framework
4343
name: "Fetch Example"
@@ -55,7 +55,7 @@ jobs:
5555
- pip install -U platformio
5656
- platformio update
5757
script:
58-
- platformio ci --lib="." --board=nodemcuv2 --project-option="lib_deps=ESP Async WebServer, ArduinoJSON"
58+
- platformio ci --lib="." --board=nodemcuv2 --project-option="lib_deps=https://github.com/lorol/ESPAsyncWebServer, ArduinoJSON"
5959

6060
- stage: Framework
6161
name: "configManager Example"
@@ -73,7 +73,7 @@ jobs:
7373
- pip install -U platformio
7474
- platformio update
7575
script:
76-
- platformio ci --lib="." --board=nodemcuv2 --project-option="lib_deps=ESP Async WebServer, ArduinoJSON" --project-option="build_flags = -DCONFIG_PATH=src/configuration.json -DREBUILD_CONFIG"
76+
- 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"
7777

7878
- stage: Framework
7979
name: "Time Sync Example"
@@ -91,7 +91,7 @@ jobs:
9191
- pip install -U platformio
9292
- platformio update
9393
script:
94-
- platformio ci --lib="." --board=nodemcuv2 --project-option="lib_deps=ESP Async WebServer, ArduinoJSON"
94+
- platformio ci --lib="." --board=nodemcuv2 --project-option="lib_deps=https://github.com/lorol/ESPAsyncWebServer, ArduinoJSON"
9595

9696
- stage: Framework
9797
name: "Dashboard Example"
@@ -109,7 +109,7 @@ jobs:
109109
- pip install -U platformio
110110
- platformio update
111111
script:
112-
- platformio ci --lib="." --board=nodemcuv2 --project-option="lib_deps=ESP Async WebServer, ArduinoJSON" --project-option="build_flags = -DDASHBOARD_PATH=src/dashboard.json -DREBUILD_DASHBOARD"
112+
- 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"
113113

114114
- stage: GUI
115115
name: "Webpack Build"

library.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ESP8266 IoT Framework",
3-
"version": "1.8.0",
3+
"version": "1.8.1",
44
"description": "Framework for IoT projects implementing HTTPS requests, a React web interface, WiFi manager, configuration manager, file manager and OTA updates.",
55
"keywords": "esp8266,react,ota-updates,wifi-manager,https,file-manager",
66
"frameworks": "arduino",
@@ -12,7 +12,7 @@
1212
"dependencies":
1313
[
1414
{
15-
"name": "ESP Async WebServer"
15+
"name": "https://github.com/lorol/ESPAsyncWebServer"
1616
},
1717
{
1818
"name": "ArduinoJson"

0 commit comments

Comments
 (0)