Thomas Basler
6050fb6956
* Integrate IotWebConf as local library * Add support for ESP Async Webserver to IotWebConf * Changed application to work with Async Webserver
11 lines
595 B
INI
11 lines
595 B
INI
name=IotWebConf
|
|
version=2.3.0
|
|
author=Balazs Kelemen <prampec+arduino@gmail.com>
|
|
maintainer=Balazs Kelemen <prampec+arduino@gmail.com>
|
|
sentence=ESP8266/ESP32 non-blocking WiFi/AP web configuration.
|
|
paragraph=IotWebConf will start up in AP (access point) mode, and provide a config portal for entering WiFi connection and other user-settings. The configuration is persisted in EEPROM. The config portal will stay available after WiFi connection was made. A WiFiManager alternative.
|
|
category=Communication
|
|
url=https://github.com/prampec/IotWebConf
|
|
architectures=esp8266,esp32
|
|
includes=IotWebConf.h
|