mirror of
https://github.com/me-no-dev/ESPAsyncWebServer.git
synced 2026-01-26 16:52:20 +01:00
- A (very ugly) workaround at server-side SPIFFSEditor.cpp (and edit.htm source) for old iOS 9 Safari browsers to save current file through ACE editor w/o file upload allowed natively by the browser. Side effect: the line endings are always Win style after saving due to application/x-www-form-urlencoded enforcement of FormData JS
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)