movement: preferences should show 'blu' for watches with blue LED
This commit is contained in:
parent
470544823b
commit
3a7c73a34e
@ -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?
|
"TO ", // Timeout: how long before we snap back to the clock face?
|
||||||
"LE ", // Low Energy mode: how long before it engages?
|
"LE ", // Low Energy mode: how long before it engages?
|
||||||
"LT ", // Light: duration
|
"LT ", // Light: duration
|
||||||
|
#ifdef WATCH_SWAP_LED_PINS
|
||||||
|
"LT blu ", // Light: blue component (for watches with blue LED)
|
||||||
|
#else
|
||||||
"LT grn ", // Light: green component
|
"LT grn ", // Light: green component
|
||||||
|
#endif
|
||||||
"LT red ", // Light: red component
|
"LT red ", // Light: red component
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user