Просмотр исходного кода

Merge nfc_playlist from https://github.com/acegoal07/FlipperZero_NFC_Playlist

Willy-JL 1 год назад
Родитель
Сommit
4a0f5a9ee3
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      nfc_playlist/nfc_playlist.h

+ 1 - 1
nfc_playlist/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 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 default_emulate_timeout = 4;
-static const int options_emulate_delay[] = {0, 1, 2, 3, 4, 5, 6};
+static const int options_emulate_delay[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12};
 static const int default_emulate_delay = 0;
 static const int default_emulate_delay = 0;
 static const bool default_emulate_led_indicator = true;
 static const bool default_emulate_led_indicator = true;
 static const bool default_skip_error = false;
 static const bool default_skip_error = false;