mirror of
https://github.com/mfactory-osaka/ESPTimeCast.git
synced 2026-04-03 03:00:24 -04:00
The ESPTimeCast project now includes the web interface (HTML/CSS/JS) and configuration files directly in the sketch. Key improvements: - No separate `/data` folder or LittleFS upload is needed. - After flashing the sketch, the device will automatically create and manage the configuration on first boot. - The setup process is simplified: users only need to upload the main sketch for full functionality. - Backwards-compatible with existing boards: previous configuration files will still be loaded if present. This change makes installation faster, reduces potential errors with LittleFS uploads, and simplifies maintenance for new users.