{ "name":"WiFiConfig", "description":"Web based WiFi part configuration for the ESP8266 and ESP32 SoC", "keywords":"wifi, configuration", "authors": { "name": "Pavel Brychta", "maintainer": true }, "repository": { "type": "git", "url": "https://git.xpablo.cz/pablo2048/WiFiConfig.git" }, "dependencies": [ { "name":"encString", "version":"https://git.xpablo.cz/xPablo.cz/encString.git" }, { "name":"sysvars", "version":"https://git.xpablo.cz/xPablo.cz/sysvars.git" } ], "version": "7.0.0", "license": "MIT", "frameworks": "arduino", "platforms": ["espressif8266", "espressif32"], "build": { "libCompatMode": 2, "libLDFMode": "deep" } }