forked from khoih-prog/ESPAsync_WiFiManager_Lite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
library.properties
12 lines (12 loc) · 1.4 KB
/
library.properties
1
2
3
4
5
6
7
8
9
10
11
12
name=ESPAsync_WiFiManager_Lite
version=1.10.5
author=Khoi Hoang
maintainer=Khoi Hoang <[email protected]>
license=MIT
sentence=Light-Weight MultiWiFi/Credentials Async WiFiManager for ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3) and ESP8266 boards. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.
paragraph=Library using AsyncWebServer to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3) and ESP8266 boards. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, SPIFFS or EEPROM. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Double or MultiDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header. Now using correct ESP32 chipIP
category=Communication
url=https://github.com/khoih-prog/ESPAsync_WiFiManager_Lite
architectures=esp8266,esp32
depends=ESP_DoubleResetDetector,ESP_MultiResetDetector
includes=ESPAsync_WiFiManager_Lite.h