WordClockESP/interface
rjwats 449d3c91ce
Allow features to be disabled at build time (#143)
* Add framework for built-time feature selection
* Allow MQTT, NTP, OTA features to be disabled at build time
* Allow Project screens to be disabled at build time
* Allow security features to be disabled at build time
* Switch to std::function for StatefulService function aliases for greater flexibility
* Bump various UI lib versions
* Update docs
2020-06-09 21:57:44 +01:00
..
public Interface data storage in PROGMEM (#71) 2019-12-29 17:54:12 +00:00
src Allow features to be disabled at build time (#143) 2020-06-09 21:57:44 +01:00
.env WIP - demo project 2019-07-06 23:56:30 +01:00
.env.development Allow features to be disabled at build time (#143) 2020-06-09 21:57:44 +01:00
.env.production Rework backend add MQTT and WebSocket support 2020-05-14 23:23:45 +01:00
config-overrides.js Interface data storage in PROGMEM (#71) 2019-12-29 17:54:12 +00:00
package-lock.json Allow features to be disabled at build time (#143) 2020-06-09 21:57:44 +01:00
package.json Allow features to be disabled at build time (#143) 2020-06-09 21:57:44 +01:00
progmem-generator.js Interface data storage in PROGMEM (#71) 2019-12-29 17:54:12 +00:00
tsconfig.json Re-engineer UI in TypeScript (#89) 2020-02-09 10:21:13 +00:00