From: Joey Castillo Date: Sat, 27 Nov 2021 21:48:51 +0000 (-0500) Subject: movement: preferences should show 'blu' for watches with blue LED X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=3a7c73a34ecd4d194d7274ef1b030dbeb3c904d5;p=sensor-watch.git movement: preferences should show 'blu' for watches with blue LED --- diff --git a/movement/watch_faces/settings/preferences_face.c b/movement/watch_faces/settings/preferences_face.c index 03a5883..6c77981 100644 --- a/movement/watch_faces/settings/preferences_face.c +++ b/movement/watch_faces/settings/preferences_face.c @@ -9,7 +9,11 @@ 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 + "LT blu ", // Light: blue component (for watches with blue LED) +#else "LT grn ", // Light: green component +#endif "LT red ", // Light: red component };