Dirk Jahnke dirk
  • Joined on 2018-01-15
dirk pushed to master at dirk/7SegmentFastClockClient 2019-06-05 05:36:51 +00:00
362e0760db Added UTC time offset for real clock including configuration. Change color default to green.
cb0a0f89dc Fix typo
Compare 2 commits »
dirk pushed to master at dirk/7SegmentFastClockClient 2019-06-04 19:44:01 +00:00
b773437d45 Changed default clock mode to Realclock
22df009807 Added color Yellow.
07984234ab Added NTP client to get real time.
Compare 3 commits »
dirk pushed to master at dirk/7SegmentFastClockClient 2019-06-04 18:42:00 +00:00
4f28b11cf7 Configuration via Web-Interface introduced. Can change color and brightness.
dirk pushed to master at dirk/7SegmentFastClockClient 2019-06-03 14:55:17 +00:00
c3b80e668b 1st working version -- start with blue to reduce the needed power when starting the display.
dirk pushed to master at dirk/7SegmentFastClockClient 2019-06-03 13:18:35 +00:00
8b25f2f2a6 Added timeout to WiFi manager.
Compare 2 commits »
dirk pushed to master at dirk/7SegmentFastClockClient 2019-05-30 19:30:54 +00:00
c9e366b542 Added blinking support.
dirk pushed to master at dirk/7SegmentFastClockClient 2019-05-30 18:42:27 +00:00
196d504fa7 Fixed led flickering on update -- configurable time between updates
dirk pushed to master at dirk/7SegmentFastClockClient 2019-05-29 14:12:30 +00:00
831b514c0a Initial commit
dirk created repository dirk/7SegmentFastClockClient 2019-05-29 14:11:40 +00:00
dirk pushed to master at dirk/rancher-fremo 2019-03-29 13:18:45 +00:00
33f91a8af0 Initial commit
dirk created repository dirk/rancher-fremo 2019-03-29 13:18:06 +00:00
dirk pushed to master at dirk/Wemos8266RelaysLedDisplay 2019-02-03 09:42:32 +00:00
3267dcfd80 Added new web services for reboot and sw-update-check.
3e2aba52ec Added output of heap to check memory leakage.
Compare 2 commits »
dirk pushed to master at dirk/Wemos8266RelaysLedDisplay 2019-02-01 16:17:11 +00:00
c7547144d2 Made MD* libraries (Parola, MAX72XX) project specific, to be able to use the newest software version from github.
fe9f25c856 Made call to IAS.loop less often. Added some debug outputs. Moved some config parameters out of the code to platformio.ini
9545620ebf Added debug message when reinitializing display.
d92b24e03a Added file system info when generating the files list.
0f0ad4756f Fixed time field updates. Improved debug message output.
Compare 5 commits »
dirk pushed to master at dirk/Wemos8266RelaysLedDisplay 2019-01-31 15:29:10 +00:00
3db402ae32 Added buildfs target and the preparation of data directory from src/data
b6fdab2da9 Reduced startup static display to a duration of 1s
Compare 2 commits »
dirk pushed to master at dirk/Wemos8266RelaysLedDisplay 2019-01-30 15:14:17 +00:00
72f63d21f9 Fixed compiler warnings. Added alpha-version of FSUpdater, not functioning yet.
79bc78b511 Extended platformio to create gzipped version of SPIFF contents.
2588d8beb5 Moved eyes animation to middle of display; changed intro display.
215be19b47 Changed to fix compiler warnings.
Compare 4 commits »
dirk pushed to master at dirk/Wemos8266RelaysLedDisplay 2019-01-29 14:25:34 +00:00
37e8f1bfca Refactoring: created Display class.
dirk pushed to master at dirk/Wemos8266RelaysLedDisplay 2019-01-29 12:54:42 +00:00
52bfedb2aa Refactoring of Clock and WebServer (separate classes)
dirk pushed to master at dirk/Wemos8266RelaysLedDisplay 2019-01-29 10:26:50 +00:00
de9fc112d0 Added files web service (directory) and fixed setDT service to fastforward the clock.
3dfd08e495 Refactoring, web server enabled, 1st service calls created.
Compare 2 commits »
dirk pushed to master at dirk/Wemos8266RelaysLedDisplay 2019-01-28 13:23:07 +00:00
8e0f2df9b1 Added robot eye animation. Made some cleanups.
dirk pushed to master at dirk/Wemos8266RelaysLedDisplay 2019-01-25 19:34:10 +00:00
738ef9e512 Clock display improved / cleaned up.
93a34e2918 Initial commit