joeycastillo / Sensor-Watch

A board replacement for the classic Casio F-91W wristwatch
Other
1.02k stars 210 forks source link

24h default option #374

Closed matheusmoreira closed 3 months ago

matheusmoreira commented 4 months ago

Allows the user to explicitly set the default clock mode to 24h display at compilation time with an option passed to the build system:

make MOVEMENT_CLOCK_MODE_DEFAULT_24H=yes

The current default behavior of the sensor watch is preserved.

As suggested by @joeycastillo in PR https://github.com/joeycastillo/Sensor-Watch/pull/373#pullrequestreview-1913150760.

matheusmoreira commented 3 months ago

This feature has been merged into main by PR #380 and f35cb849de5ddd2abc6c1e242c0f8b3fe8049bd8, based on PR #295 which is a superset of this one. Thus there is no longer any need to merge this.