diff options
author | joeycastillo <joeycastillo@utexas.edu> | 2023-01-25 10:32:35 -0600 |
---|---|---|
committer | joeycastillo <joeycastillo@utexas.edu> | 2023-01-25 10:32:35 -0600 |
commit | e32f1d1926f2573c3540624a6a20f86f4954aa08 (patch) | |
tree | 9d157ddca7fabc8371e2bf7b249e0626a32843dd /movement | |
parent | e512b731bb1c8f20624ecf89c4721ad948fb455c (diff) | |
download | Sensor-Watch-e32f1d1926f2573c3540624a6a20f86f4954aa08.tar.gz Sensor-Watch-e32f1d1926f2573c3540624a6a20f86f4954aa08.tar.bz2 Sensor-Watch-e32f1d1926f2573c3540624a6a20f86f4954aa08.zip |
rename definition for special edition boards
Diffstat (limited to 'movement')
-rw-r--r-- | movement/watch_faces/settings/preferences_face.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/movement/watch_faces/settings/preferences_face.c b/movement/watch_faces/settings/preferences_face.c index d3e62f74..b0e328b3 100644 --- a/movement/watch_faces/settings/preferences_face.c +++ b/movement/watch_faces/settings/preferences_face.c @@ -33,7 +33,7 @@ const char preferences_face_titles[PREFERENCES_FACE_NUM_PREFEFENCES][11] = { "TO ", // Timeout: how long before we snap back to the clock face? "LE ", // Low Energy mode: how long before it engages? "LT ", // Light: duration -#ifdef WATCH_SWAP_LED_PINS +#ifdef WATCH_IS_BLUE_BOARD "LT blu ", // Light: blue component (for watches with blue LED) #else "LT grn ", // Light: green component |