Add dependencies to library.json

Add dependencies to library.json
This commit is contained in:
Khoi Hoang
2020-11-25 16:13:30 -05:00
committed by GitHub
parent b5831c36a1
commit a2e850fb72

View File

@ -22,31 +22,40 @@
}, },
"license": "MIT", "license": "MIT",
"frameworks": "arduino", "frameworks": "arduino",
"platforms": ["*"],
"dependencies": [ "dependencies": [
{ {
"owner": "me-no-dev",
"name": "AsyncTCP", "name": "AsyncTCP",
"platforms": "espressif32" "version": "*",
"platforms": ["espressif32"]
}, },
{ {
"owner": "me-no-dev",
"name": "ESP AsyncTCP", "name": "ESP AsyncTCP",
"version": "*",
"platforms": "espressif8266" "platforms": "espressif8266"
}, },
{ {
"owner": "khoih-prog",
"name": "ESPAsync_WiFiManager", "name": "ESPAsync_WiFiManager",
"platforms": ["espressif8266", "espressif32"] "platforms": ["espressif8266", "espressif32"]
}, },
{ {
"owner": "stm32duino",
"name": "STM32duino LwIP", "name": "STM32duino LwIP",
"version": "^2.1.2",
"platforms": "ststm32" "platforms": "ststm32"
}, },
{ {
"name": "STM32duino STM32Ethernet", "owner": "stm32duino",
"name": "STM32Ethernet",
"version": "^1.2.0",
"platforms": "ststm32" "platforms": "ststm32"
}, },
{ {
"name": "STM32 AsyncTCP", "name": "external-repo",
"platforms": "ststm32" "version": "https://github.com/philbowles/STM32AsyncTCP"
} }
] ],
"platforms": ["espressif8266", "espressif32", "ststm32"]
} }