esp8266-remote-timer

ESP8266 based timer w/ remote control and NTP sync
Index Commits Files Refs README LICENSE
DateCommit messageAuthorFiles+-
21:03 04-04-2025remove `.gitignore`Martin Kloeckner1+0-1
21:02 04-04-2025added LICENSEMartin Kloeckner2+24-0
21:00 04-04-2025updated `README.md`Martin Kloeckner1+21-2
00:39 03-04-2025Merge `timer_values_t`Martin Klöckner2+267-123
23:38 02-04-2025fix timer-set values comparison with actual timeMartin Kloeckner1+42-20
23:20 01-04-2025move `setup` and `loop` to bottom and rearrange functionsMartin Kloeckner1+107-127
23:04 31-03-2025remove commented codeMartin Kloeckner1+1-19
23:02 31-03-2025reduce use of global variablesMartin Kloeckner2+37-31
20:37 31-03-2025save timer-set values to the fs for persistence across rebootsMartin Kloeckner2+28-26
13:14 31-03-2025represent timer set values with `struct timer_values_t`Martin Kloeckner1+155-3
13:05 31-03-2025minor fix: update all clients checkboxes when toggle button pressedMartin Kloeckner1+9-10
12:53 31-03-2025show hover effects only if mouse is usedMartin Kloeckner1+37-23
20:20 29-03-2025enumerate query types to avoid comparing stringsMartin Kloeckner2+88-24
20:09 29-03-2025remove html checkboxes and use custom onesMartin Kloeckner3+137-80
21:20 28-03-2025cleanup: remove commented blocksMartin Kloeckner2+1-29
21:15 28-03-2025css: use 'px' instead of 'em' | timer related styleMartin Kloeckner1+100-21
21:13 28-03-2025add timer logic (not fully implemented yet)Martin Kloeckner3+113-63
21:04 28-03-2025remove NTPClient and use NTP built into arduino coreMartin Kloeckner1+44-9
11:49 27-03-2025change NTP time update interval to every minuteMartin Kloeckner1+1-1
10:33 25-03-2025update func `webserver_get_file`: return response codeMartin Kloeckner1+16-7
10:31 25-03-2025update `index.html` and `style.css`: add timer sectionMartin Kloeckner2+116-40
19:31 24-03-2025add `README.md`Martin Kloeckner1+44-0
19:09 24-03-2025first commit!Martin Kloeckner6+556-0