diff options
author | James McKenzie <james.mckenzie@hp.com> | 2024-04-08 02:53:44 +0100 |
---|---|---|
committer | James McKenzie <james.mckenzie@hp.com> | 2024-04-08 02:53:44 +0100 |
commit | 70fa5961a87c57ecaf862dd485158d09d9bb69cd (patch) | |
tree | cd493d3d0bd24b4c2513f275309182d3d8d086ab /main/jmm.patch | |
parent | cbbc273360db37849eff7258cb27998f3e217445 (diff) | |
download | Sensor-Watch-pq-70fa5961a87c57ecaf862dd485158d09d9bb69cd.tar.gz Sensor-Watch-pq-70fa5961a87c57ecaf862dd485158d09d9bb69cd.tar.bz2 Sensor-Watch-pq-70fa5961a87c57ecaf862dd485158d09d9bb69cd.zip |
fix day-night
Diffstat (limited to 'main/jmm.patch')
-rw-r--r-- | main/jmm.patch | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/main/jmm.patch b/main/jmm.patch index 6cf4c0f..b5dd9a6 100644 --- a/main/jmm.patch +++ b/main/jmm.patch @@ -1,9 +1,9 @@ diff --git a/movement/alt_fw/jmm.h b/movement/alt_fw/jmm.h new file mode 100644 -index 0000000..e184f54 +index 0000000..0767298 --- /dev/null +++ b/movement/alt_fw/jmm.h -@@ -0,0 +1,30 @@ +@@ -0,0 +1,31 @@ +#ifndef MOVEMENT_CONFIG_H_ +#define MOVEMENT_CONFIG_H_ + @@ -21,6 +21,7 @@ index 0000000..e184f54 + sunrise_sunset_face, + day_night_percentage_face, + tuning_tones_face, ++ countdown_face, + decimal_time_face, + beats_face, + astronomy_face, |