You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Timer count up, ending options - maybe separate chrono and timer à la Timex?
4
-
* Different setting option for pushbutton (à la Timex) vs. rotary (à la microwave ovens) - external file?
3
+
* Startup SEL hold doesn't seem to work with IMU
4
+
* Reintroduce nixie clean and scroll
5
+
* Persistent storage on EEPROM - find a solution that writes to flash less often
6
+
* Network/NTP
7
+
* Why does the page sometimes drop?
8
+
* wi-fi credential save fails if keys are part of the string?
9
+
* DST calc may behave unpredictably between 1–2am on fallback day
10
+
* Redo NTP if it failed (networkStartWifi()) - per bad response - how to make it wait a retry period
11
+
* Make [2036-ready](https://en.wikipedia.org/wiki/Year_2038_problem#Network_Time_Protocol_timestamps)
12
+
* Notice when a leap second is coming and handle it
13
+
* When setting page is used to set day counter and date, and the month changes, set date max. For 2/29 it should just do 3/1 probably.
14
+
* Weather support
15
+
* Stop using strings? There is plenty of RAM available on SAMD I think
16
+
* Input: support other IMU orientations
17
+
* When day counter is set to count up from 12/31, override to display 365/366 on that date
18
+
* Bitmask to enable/disable features?
5
19
* Option to display weekdays as Sun=0 or Sun=1 (per Portuguese!)
6
-
* When setting times of day, make 1439 (minutes) roll over to 0 and vice versa
7
-
* Implement options for full date every 5 minutes
8
20
* Is it possible to trip the chime *after* determining if we're in night shutoff or not
9
-
* Reenable rotary encoder with libraries with workable licenses
10
21
* In display code, consider using `delayMicroseconds()` which, with its tighter resolution, may give better control over fades and dim levels
11
-
* in `checkInputs()`, can all this if/else business be defined at load instead of evaluated every sample? OR is it compiled that way? maybe use `#ifdef`
12
22
* in `ctrlEvt()`, could we do release/shorthold on mainSel so we can exit without making changes?
13
-
* Should functions be modular in the code, and have a reserved memory location / 100 per each?
14
-
* Should functions have their own options menu?
15
-
* I2C display to help with setting?
16
-
* I2C multicolor LED to indicate which function we're in?
17
-
* Metronome function
18
-
* Alarm option should be beeping patterns, including a slow wake which defeats the 2 minute delay
19
-
* Signalstart should create a situation where there's time on the counter, but doesn't make sound since the rtc can do that. Other beepable actions would probably cancel that counter anyway
23
+
* I2C multicolor LED to indicate which function we're in? - possibly as part of display
24
+
* Metronome function?
25
+
* Signalstart should create a situation where there's time on the counter, but doesn't make sound since the rtc can do that. Other beepable actions would probably cancel that counter anyway (is this still applicable?)
20
26
* Why does the display flicker sometimes? are we doubling up on a display cycle call?
0 commit comments