-
Notifications
You must be signed in to change notification settings - Fork 3
/
library.json
18 lines (18 loc) · 1010 Bytes
/
library.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "ConfigAssist",
"keywords": "configuration, form, setup, ota, ESP32, ESP8266, responsive, captive portal, ini, variables, wifi, access point",
"description": "A lightweight library for managing configuration settings on ESP32 and ESP8266 devices. It allows for handling configurations via web interfaces and supporting features like Wi-Fi credentials storage, NTP sync, OTA firmware updates, and more. The class can load configurations from various file systems (SPIFFS, LittleFS), supports YAML-style settings, and provides mechanisms to render configuration forms and handle user input.",
"repository": {
"type": "git",
"url": "https://github.com/gemi254/ConfigAssist-ESP32-ESP8266.git"
},
"version": "2.8.7",
"homepage": "https://github.com/gemi254/ConfigAssist-ESP32-ESP8266",
"examples": "examples/*/*.ino",
"frameworks": "arduino",
"platforms": [
"atmelavr",
"espressif8266",
"espressif32"
]
}