Skip to content

DynaConfig v0.0.1

Latest
Compare
Choose a tag to compare
@nthnn nthnn released this 20 Jun 16:38

Arduino CI Arduino Lint
Arduino Release

DynaConfig is a library for managing WiFi configuration on ESP32 devices using a captive portal. It allows users to dynamically configure WiFi credentials through a web interface, making it easy to set up and change network settings without modifying the firmware.

  • Captive Portal: Sets up an access point to serve a web page for WiFi configuration.
  • Persistent Storage: Stores WiFi credentials in non-volatile memory using the Preferences library.
  • Automatic WiFi Connection: Connects to the stored WiFi network if credentials are available.
  • Fallback Mode: Starts the captive portal if no credentials are found or if the connection fails.

Screenshots

Captive Portal Index Page Captive Portal Success Page
Index Page Success Page

Full Changelog: https://github.com/nthnn/DynaConfig/commits/v0.0.1