Change inactivity deadlines: add 10 minutes and remove 2 days. (#365)
I like to use the ten minute timeout on my watch and there are other people who have similar interests in a lower deadline. The two day deadline had to go to still accommodate the change within the three bit index. The default setting is still the one hour timeout.
This commit is contained in:
@@ -136,22 +136,22 @@ bool preferences_face_loop(movement_event_t event, movement_settings_t *settings
|
||||
watch_display_string(" Never", 4);
|
||||
break;
|
||||
case 1:
|
||||
watch_display_string("1 hour", 4);
|
||||
watch_display_string("10n&in", 4);
|
||||
break;
|
||||
case 2:
|
||||
watch_display_string("2 hour", 4);
|
||||
watch_display_string("1 hour", 4);
|
||||
break;
|
||||
case 3:
|
||||
watch_display_string("6 hour", 4);
|
||||
watch_display_string("2 hour", 4);
|
||||
break;
|
||||
case 4:
|
||||
watch_display_string("12 hr", 4);
|
||||
watch_display_string("6 hour", 4);
|
||||
break;
|
||||
case 5:
|
||||
watch_display_string(" 1 day", 4);
|
||||
watch_display_string("12 hr", 4);
|
||||
break;
|
||||
case 6:
|
||||
watch_display_string(" 2 day", 4);
|
||||
watch_display_string(" 1 day", 4);
|
||||
break;
|
||||
case 7:
|
||||
watch_display_string(" 7 day", 4);
|
||||
|
||||
Reference in New Issue
Block a user