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

Merge branch 'master' into feat/unilarm-smc5326

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

+ 1 - 0
subbrute_protocols.c

@@ -435,6 +435,7 @@ static const char* subbrute_protocol_file_types[] = {
     [SMC5326FileProtocol] = "SMC5326",
     [UNILARMFileProtocol] = "SMC5326",
     [PT2260FileProtocol] = "Princeton",
+    [HoneywellFileProtocol] = "Honeywell",
     [UnknownFileProtocol] = "Unknown"};
 
 /**

+ 1 - 0
subbrute_protocols.h

@@ -22,6 +22,7 @@ typedef enum {
     SMC5326FileProtocol,
     UNILARMFileProtocol,
     PT2260FileProtocol,
+    HoneywellFileProtocol,
     UnknownFileProtocol,
     TotalFileProtocol,
 } SubBruteFileProtocol;