-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Joe edited this page Mar 24, 2018
·
2 revisions
So far this firmware has been tested with the following boards with a 4M/3M SPIFFS arrangement:
- ESP-12E
- ESP-12F
- Wemos D1 mini
- Everything is or should be configurable via the web UI
- Web application authentication with 2 factor TOTP
- Web application session management
- Complexify for strong passwords
- Web pages built with efficient HTML/CSS/JS
- Web pages served from SPIFFS
- Web pages built with jquery and bootstrap for a nice user experience
- Web socket server support
- Supports AP/STA/AP+STA modes
- Supports DHCP / static IP addressing
- NTP client support built in
- MQTT pubsub client support built in
- Onboard GPIO support
- Worcester Bosch Digistat MK2 433MHz device support
- DHT22 support
- Nexactrl / HomeEasy 433MHz device support
- Deep sleep support
- gulpfile.js included for inlining and minification of HTML/CSS/JS
- OTA update support
Getting Started