瀏覽代碼

Merge subghz_bruteforcer from https://github.com/DarkFlippers/flipperzero-subbrute

Willy-JL 8 月之前
父節點
當前提交
5db2ca1531
共有 2 個文件被更改,包括 2 次插入0 次删除
  1. 1 0
      subghz_bruteforcer/subbrute_protocols.c
  2. 1 0
      subghz_bruteforcer/subbrute_protocols.h

+ 1 - 0
subghz_bruteforcer/subbrute_protocols.c

@@ -613,6 +613,7 @@ static const char* subbrute_protocol_file_types[] = {
     [HollarmileProtocol] = "Hollarm",
     [GangQiFileProtocol] = "GangQi",
     [Marantec24FileProtocol] = "Marantec24",
+    [FeronFileProtocol] = "Feron",
     [UnknownFileProtocol] = "Unknown"};
 
 /**

+ 1 - 0
subghz_bruteforcer/subbrute_protocols.h

@@ -62,6 +62,7 @@ typedef enum {
     HollarmileProtocol,
     GangQiFileProtocol,
     Marantec24FileProtocol,
+    FeronFileProtocol,
     UnknownFileProtocol,
     TotalFileProtocol,
 } SubBruteFileProtocol;