library.properties 642 B

12345678910111213
  1. name=AutoConnect
  2. version=1.2.2
  3. author=Hieromon Ikasamo <hieromon@gmail.com>
  4. maintainer=Hieromon Ikasamo <hieromon@gmail.com>
  5. sentence=ESP8266/ESP32 WLAN configuration at runtime with web interface.
  6. paragraph=A library for easy implementing the Web interface constituting the WLAN for ESP8266 WiFi connection. With this library to make a sketch which connects from ESP8266 to the access point at runtime by the web interface without hardcoded SSID and password.
  7. category=Communication
  8. url=https://github.com/Hieromon/AutoConnect.git
  9. dependencies=PageBuilder
  10. architectures=esp8266, esp32
  11. includes=AutoConnect.h
  12. depends=ArduinoJson, PageBuilder