MX 2 лет назад
Родитель
Сommit
df12fcd72e
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      subbrute_protocols.c

+ 2 - 2
subbrute_protocols.c

@@ -522,9 +522,9 @@ static const char* subbrute_protocol_file_types[] = {
  * Values to not use less memory for packet parse operations
  * Values to not use less memory for packet parse operations
  */
  */
 static const char* subbrute_key_file_start_no_tail =
 static const char* subbrute_key_file_start_no_tail =
-    "Filetype: Flipper SubGhz Key File\nVersion: 1\nFrequency: %u\nPreset: %s\nProtocol: %s\nBit: %d\nKey: %s\nRepeat: %d\n";
+    "Filetype: Flipper SubGhz Key File\nVersion: 1\nFrequency: %u\nPreset: %s\nProtocol: %s\nBit: %d\nKey: %s\n";
 static const char* subbrute_key_file_start_with_tail =
 static const char* subbrute_key_file_start_with_tail =
-    "Filetype: Flipper SubGhz Key File\nVersion: 1\nFrequency: %u\nPreset: %s\nProtocol: %s\nBit: %d\nKey: %s\nTE: %d\nRepeat: %d\n";
+    "Filetype: Flipper SubGhz Key File\nVersion: 1\nFrequency: %u\nPreset: %s\nProtocol: %s\nBit: %d\nKey: %s\nTE: %d\n";
 static const char* subbrute_key_small_no_tail = "Bit: %d\nKey: %s\nRepeat: %d\n";
 static const char* subbrute_key_small_no_tail = "Bit: %d\nKey: %s\nRepeat: %d\n";
 //static const char* subbrute_key_small_raw =
 //static const char* subbrute_key_small_raw =
 //    "Filetype: Flipper SubGhz Key File\nVersion: 1\nFrequency: %u\nPreset: %s\nProtocol: %s\nBit: %d\n";
 //    "Filetype: Flipper SubGhz Key File\nVersion: 1\nFrequency: %u\nPreset: %s\nProtocol: %s\nBit: %d\n";