Skip to content

Commit 45353ff

Browse files
committed
token_verify: change fail animation
1 parent 8089254 commit 45353ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/src/user/token_verify.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ int token_verify_parse_data(struct http2c_handle *handle, const char *data, size
3939
audio_play_file(1);
4040
} else {
4141
ESP_LOGE(TAG, "authentication failed");
42-
gui_show_image(7);
42+
gui_show_image(6);
4343
audio_play_file(2);
4444
}
4545
} else {

0 commit comments

Comments
 (0)