SpenserCai 10 месяцев назад
Родитель
Сommit
972696b376
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      subbrute_i.h
  2. 1 1
      subbrute_protocols.c

+ 1 - 1
subbrute_i.h

@@ -31,7 +31,7 @@
 #include "views/subbrute_attack_view.h"
 #include "views/subbrute_main_view.h"
 
-#define SUB_BRUTE_FORCER_VERSION "Sub-GHz BruteForcer 3.F"
+#define SUB_BRUTE_FORCER_VERSION "Sub-GHz BruteForcer 3.F.1"
 
 #ifdef FURI_DEBUG
 //#define SUBBRUTE_FAST_TRACK false

+ 1 - 1
subbrute_protocols.c

@@ -469,7 +469,7 @@ const SubBruteProtocol subbrute_protocol_holtek_12bit_am_915 = {
  * BF existing dump
  */
 const SubBruteProtocol subbrute_protocol_load_file =
-    {0, 0, 0, 3, FuriHalSubGhzPresetOok650Async, UnknownFileProtocol};
+    {0, 0, 0, 3, 0, FuriHalSubGhzPresetOok650Async, UnknownFileProtocol};
 
 static const char* subbrute_protocol_names[] = {
     [SubBruteAttackCAME12bit303] = "CAME 12bit 303MHz",