movement: preferences should show 'blu' for watches with blue LED

This commit is contained in:
Joey Castillo 2021-11-27 16:48:51 -05:00
parent 470544823b
commit 3a7c73a34e

View File

@ -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
};