Skip to content
This repository was archived by the owner on Jan 21, 2025. It is now read-only.

Commit c29edc1

Browse files
committed
Remove requirement on ArduinoJson
1 parent 984284d commit c29edc1

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ jobs:
4343
- name: Install core
4444
run: arduino-cli core install --additional-urls "${{ matrix.index_url }}" ${{ matrix.core }}
4545

46-
- name: Install ArduinoJson
47-
run: arduino-cli lib install [email protected]
48-
4946
- name: Install AsyncTCP-esphome
5047
run: ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/mathieucarbou/esphome-AsyncTCP#v2.1.1
5148

library.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,6 @@
2828
"name": "AsyncTCP-esphome",
2929
"version": "^2.1.1",
3030
"platforms": "espressif32"
31-
},
32-
{
33-
"owner": "bblanchon",
34-
"name": "ArduinoJson",
35-
"version": "^7.0.2",
36-
"platforms": [
37-
"espressif32"
38-
]
3931
}
4032
],
4133
"export": {

library.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,3 @@ category=Other
88
url=https://github.com/mathieucarbou/ESPAsyncWebServer
99
architectures=esp32
1010
license=LGPL-3.0
11-
depends=ArduinoJson

0 commit comments

Comments
 (0)