├── ESPTimeCast_ESP32 ├── ESPTimeCast_ESP32.ino ├── days_lookup.h ├── index_html.h ├── mfactoryfont.h ├── months_lookup.h └── tz_lookup.h ├── ESPTimeCast_ESP8266 ├── ESPTimeCast_ESP8266.ino ├── days_lookup.h ├── index_html.h ├── mfactoryfont.h ├── months_lookup.h └── tz_lookup.h ├── LICENSE ├── README.md └── assets ├── clock.jpg ├── demo.gif ├── image01.png ├── image02.png ├── logo.svg ├── video.mp4 ├── weather.jpg ├── webui.png ├── webui2.png ├── webui3.png ├── webui4.png ├── webui5.png ├── webui6.png ├── webui7.png ├── wiring.png ├── wiring2.png └── wiring3.png /ESPTimeCast_ESP32/ESPTimeCast_ESP32.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mfactory-osaka/ESPTimeCast/HEAD/ESPTimeCast_ESP32/ESPTimeCast_ESP32.ino -------------------------------------------------------------------------------- /ESPTimeCast_ESP32/days_lookup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mfactory-osaka/ESPTimeCast/HEAD/ESPTimeCast_ESP32/days_lookup.h -------------------------------------------------------------------------------- /ESPTimeCast_ESP32/index_html.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mfactory-osaka/ESPTimeCast/HEAD/ESPTimeCast_ESP32/index_html.h -------------------------------------------------------------------------------- /ESPTimeCast_ESP32/mfactoryfont.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mfactory-osaka/ESPTimeCast/HEAD/ESPTimeCast_ESP32/mfactoryfont.h -------------------------------------------------------------------------------- /ESPTimeCast_ESP32/months_lookup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mfactory-osaka/ESPTimeCast/HEAD/ESPTimeCast_ESP32/months_lookup.h -------------------------------------------------------------------------------- /ESPTimeCast_ESP32/tz_lookup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mfactory-osaka/ESPTimeCast/HEAD/ESPTimeCast_ESP32/tz_lookup.h -------------------------------------------------------------------------------- /ESPTimeCast_ESP8266/ESPTimeCast_ESP8266.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mfactory-osaka/ESPTimeCast/HEAD/ESPTimeCast_ESP8266/ESPTimeCast_ESP8266.ino -------------------------------------------------------------------------------- /ESPTimeCast_ESP8266/days_lookup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mfactory-osaka/ESPTimeCast/HEAD/ESPTimeCast_ESP8266/days_lookup.h -------------------------------------------------------------------------------- /ESPTimeCast_ESP8266/index_html.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mfactory-osaka/ESPTimeCast/HEAD/ESPTimeCast_ESP8266/index_html.h -------------------------------------------------------------------------------- /ESPTimeCast_ESP8266/mfactoryfont.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mfactory-osaka/ESPTimeCast/HEAD/ESPTimeCast_ESP8266/mfactoryfont.h -------------------------------------------------------------------------------- /ESPTimeCast_ESP8266/months_lookup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mfactory-osaka/ESPTimeCast/HEAD/ESPTimeCast_ESP8266/months_lookup.h -------------------------------------------------------------------------------- /ESPTimeCast_ESP8266/tz_lookup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mfactory-osaka/ESPTimeCast/HEAD/ESPTimeCast_ESP8266/tz_lookup.h -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mfactory-osaka/ESPTimeCast/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mfactory-osaka/ESPTimeCast/HEAD/README.md -------------------------------------------------------------------------------- /assets/clock.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mfactory-osaka/ESPTimeCast/HEAD/assets/clock.jpg -------------------------------------------------------------------------------- /assets/demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mfactory-osaka/ESPTimeCast/HEAD/assets/demo.gif -------------------------------------------------------------------------------- /assets/image01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mfactory-osaka/ESPTimeCast/HEAD/assets/image01.png -------------------------------------------------------------------------------- /assets/image02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mfactory-osaka/ESPTimeCast/HEAD/assets/image02.png -------------------------------------------------------------------------------- /assets/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mfactory-osaka/ESPTimeCast/HEAD/assets/logo.svg -------------------------------------------------------------------------------- /assets/video.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mfactory-osaka/ESPTimeCast/HEAD/assets/video.mp4 -------------------------------------------------------------------------------- /assets/weather.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mfactory-osaka/ESPTimeCast/HEAD/assets/weather.jpg -------------------------------------------------------------------------------- /assets/webui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mfactory-osaka/ESPTimeCast/HEAD/assets/webui.png -------------------------------------------------------------------------------- /assets/webui2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mfactory-osaka/ESPTimeCast/HEAD/assets/webui2.png -------------------------------------------------------------------------------- /assets/webui3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mfactory-osaka/ESPTimeCast/HEAD/assets/webui3.png -------------------------------------------------------------------------------- /assets/webui4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mfactory-osaka/ESPTimeCast/HEAD/assets/webui4.png -------------------------------------------------------------------------------- /assets/webui5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mfactory-osaka/ESPTimeCast/HEAD/assets/webui5.png -------------------------------------------------------------------------------- /assets/webui6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mfactory-osaka/ESPTimeCast/HEAD/assets/webui6.png -------------------------------------------------------------------------------- /assets/webui7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mfactory-osaka/ESPTimeCast/HEAD/assets/webui7.png -------------------------------------------------------------------------------- /assets/wiring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mfactory-osaka/ESPTimeCast/HEAD/assets/wiring.png -------------------------------------------------------------------------------- /assets/wiring2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mfactory-osaka/ESPTimeCast/HEAD/assets/wiring2.png -------------------------------------------------------------------------------- /assets/wiring3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mfactory-osaka/ESPTimeCast/HEAD/assets/wiring3.png --------------------------------------------------------------------------------