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.

