mirror of
https://github.com/me-no-dev/ESPAsyncWebServer.git
synced 2026-01-26 16:52:20 +01:00
Changed flags in do.bat to less aggressive edit.htm minifying w/o "Remove space between attributes" See: extras/update_ace.bat Updated examples/SmartSwitch/data/acefull.js.gz Updated Readme
SmartSwitch
- Remote Temperature Control application with schedule (example car block heater or battery charger)
- Based on ESP_AsyncFSBrowser example
- Wide browser compatibility, no extra server-side needed.
- HTTP server and WebSocket, single port
- Standalone, no JS dependencies for the browser from Internet (I hope), ace editor included
- Added ESPAsyncWiFiManager
- Real Time (NTP) w/ Time Zones
- Memorized settings to EEPROM
- Multiple clients can be connected at same time, they see each other' requests
- Default credentials smart:switch
- Use latest ESP8266 core lib (from Github)