소스 검색

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};