diff --git a/nfc_playlist.h b/nfc_playlist.h index 31c0401ee2e..51decd13234 100644 --- a/nfc_playlist.h +++ b/nfc_playlist.h @@ -71,7 +71,7 @@ typedef struct { static const int options_emulate_timeout[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12}; static const int default_emulate_timeout = 4; -static const int options_emulate_delay[] = {0, 1, 2, 3, 4, 5, 6}; +static const int options_emulate_delay[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12}; static const int default_emulate_delay = 0; static const bool default_emulate_led_indicator = true; static const bool default_skip_error = false; @@ -82,4 +82,4 @@ typedef enum NfcPlaylistLedState { } NfcPlaylistLedState; void start_blink(NfcPlaylist* nfc_playlist, int state); -void stop_blink(NfcPlaylist* nfc_playlist); \ No newline at end of file +void stop_blink(NfcPlaylist* nfc_playlist);