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

Fix linear delta 3 repeats

Now its more stable and we will be sure signal is received
MX 2 лет назад
Родитель
Сommit
819b532937
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      subbrute_protocols.c

+ 1 - 1
subbrute_protocols.c

@@ -253,7 +253,7 @@ const SubBruteProtocol subbrute_protocol_linear_delta_8bit_310 = {
     .frequency = 310000000,
     .bits = 8,
     .te = 0,
-    .repeat = 4,
+    .repeat = 5,
     .preset = FuriHalSubGhzPresetOok650Async,
     .file = LinearDeltaFileProtocol};