mirror of
https://github.com/mfactory-osaka/ESPTimeCast.git
synced 2026-02-19 11:54:56 -05:00
- Centralized device identity (hostname, AP SSID, AP password). - Added cross-platform setupHostname() for ESP8266 / ESP32. - Apply hostname before WiFi connection in STA and AP modes. - Enabled WiFi.persistent(false) to reduce flash writes. - mDNS now uses configured hostname consistently. - Added /ip and /hostname endpoints. - Web UI footer now displays live IP and host (or AP mode). - Clear behavior in AP mode (shows AP IP and AP-Mode).