Skip to content

Commit 6aeaf72

Browse files
Merge pull request #78 from ESP32Async/me-no-dev-patch-1
Add ArduinoJson as dependency for ESP-IDF
2 parents dbf498e + c513343 commit 6aeaf72

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

idf_component.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ dependencies:
2828
esp32async/asynctcp:
2929
version: "^3.3.5"
3030
require: public
31+
bblanchon/arduinojson:
32+
version: "^7.3.0"
33+
require: public
3134
examples:
3235
- path: ./idf_component_examples/catchall
3336
- path: ./idf_component_examples/serversentevents

0 commit comments

Comments
 (0)