Преглед на файлове

Fix linear delta 3 repeats

Now its more stable and we will be sure signal is received
MX преди 3 години
родител
ревизия
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};