2018-04-22 16:26:08 +02:00
|
|
|
{
|
|
|
|
"name":"WiFiConfig",
|
2018-11-20 16:40:15 +01:00
|
|
|
"description":"Web based WiFi part configuration for the ESP8266 and ESP32 SoC",
|
2018-07-05 13:57:21 +02:00
|
|
|
"keywords":"wifi, configuration",
|
2018-04-22 16:26:08 +02:00
|
|
|
"authors":
|
|
|
|
{
|
|
|
|
"name": "Pavel Brychta",
|
|
|
|
"maintainer": true
|
|
|
|
},
|
|
|
|
"repository":
|
|
|
|
{
|
|
|
|
"type": "git",
|
2020-11-28 11:40:28 +01:00
|
|
|
"url": "https://git.xpablo.cz/pablo2048/WiFiConfig.git"
|
2018-04-22 16:26:08 +02:00
|
|
|
},
|
2021-07-25 14:17:50 +02:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name":"encString",
|
|
|
|
"version":"https://git.xpablo.cz/xPablo.cz/encString.git"
|
2021-09-23 07:00:34 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name":"sysvars",
|
|
|
|
"version":"https://git.xpablo.cz/xPablo.cz/sysvars.git"
|
2021-07-25 14:17:50 +02:00
|
|
|
}
|
|
|
|
],
|
2021-03-05 07:41:14 +01:00
|
|
|
"version": "7.0.0",
|
2018-04-22 16:26:08 +02:00
|
|
|
"license": "MIT",
|
|
|
|
"frameworks": "arduino",
|
2018-11-20 16:40:15 +01:00
|
|
|
"platforms": ["espressif8266", "espressif32"],
|
2018-04-22 16:26:08 +02:00
|
|
|
"build": {
|
2021-07-25 14:17:50 +02:00
|
|
|
"libCompatMode": 2,
|
|
|
|
"libLDFMode": "deep"
|
2018-04-22 16:26:08 +02:00
|
|
|
}
|
|
|
|
}
|