Skip to content

Commit

Permalink
Add EasyHelpers as a dependency in library.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ZanzyTHEbar committed Mar 31, 2024
1 parent 00fdfec commit e079cfb
Showing 1 changed file with 9 additions and 16 deletions.
25 changes: 9 additions & 16 deletions NetworkManager/library.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
"url": "https://github.com/ZanzyTHEbar/EasyNetworkManager.git"
},
"dependencies": [
{
"name": "EasyHelpers",
"version": "https://github.com/ZanzyTHEbar/EasyHelpers.git"
},
{
"name": "ESPAsyncWebServer",
"version": "https://github.com/me-no-dev/ESPAsyncWebServer.git"
Expand All @@ -24,16 +28,12 @@
{
"name": "AsyncTCP",
"version": "https://github.com/me-no-dev/AsyncTCP.git",
"platforms": [
"espressif32"
]
"platforms": ["espressif32"]
},
{
"name": "ESPAsyncTCP",
"version": "https://github.com/me-no-dev/ESPAsyncTCP.git",
"platforms": [
"espressif8266"
]
"platforms": ["espressif8266"]
}
],
"headers": [
Expand All @@ -54,16 +54,9 @@
"network/wifihandler/wifi_handler.hpp"
],
"export": {
"include": [
"src/*",
"examples/*",
"include/*"
]
"include": ["src/*", "examples/*", "include/*"]
},
"version": "5.3.3",
"frameworks": "arduino",
"platforms": [
"espressif32",
"espressif8266"
]
}
"platforms": ["espressif32", "espressif8266"]
}

0 comments on commit e079cfb

Please sign in to comment.