movement: TOTP face, pad code with leading zeroes
This commit is contained in:
parent
169d4486f9
commit
1a1a862d79
@ -52,7 +52,7 @@ bool totp_face_loop(movement_event_t event, movement_settings_t *settings, void
|
||||
totp_state->steps = result.quot;
|
||||
}
|
||||
valid_for = TIMESTEP - result.rem;
|
||||
sprintf(buf, "2f%2d%lu", valid_for, totp_state->current_code);
|
||||
sprintf(buf, "2f%2d%06lu", valid_for, totp_state->current_code);
|
||||
|
||||
watch_display_string(buf, 0);
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user