Aaron Fischer
f24858d162
This step seems bold, but is saves us so much hassle. Even better, we have a reliable codebase, with all the dependencies (and their versions) we need in order to build the project. If a library got an update, we can replace it inplace if the code is still compatible.
13 lines
326 B
JSON
13 lines
326 B
JSON
{
|
|
"name": "WifiManager",
|
|
"keywords": "wifi, wi-fi",
|
|
"description": "ESP8266 WiFi Connection manager with fallback web configuration portal",
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/tzapu/WiFiManager.git"
|
|
},
|
|
"frameworks": "arduino",
|
|
"platforms": "espressif8266",
|
|
"version": "0.13"
|
|
}
|