Explorar el Código

Fix forgotten repeats

MX hace 2 años
padre
commit
df12fcd72e
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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
  */
 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 =
-    "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_raw =
 //    "Filetype: Flipper SubGhz Key File\nVersion: 1\nFrequency: %u\nPreset: %s\nProtocol: %s\nBit: %d\n";