Explorar o código

SubGhz: fix Princeton duration (#1159)

Skorpionm %!s(int64=3) %!d(string=hai) anos
pai
achega
5effa7e7c3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/subghz/protocols/princeton.c

+ 1 - 1
lib/subghz/protocols/princeton.c

@@ -17,7 +17,7 @@
 static const SubGhzBlockConst subghz_protocol_princeton_const = {
     .te_short = 400,
     .te_long = 1200,
-    .te_delta = 250,
+    .te_delta = 300,
     .min_count_bit_for_found = 24,
 };