SubGhz: fix Princeton duration (#1159)
This commit is contained in:
parent
b28d408b49
commit
5effa7e7c3
@ -17,7 +17,7 @@
|
|||||||
static const SubGhzBlockConst subghz_protocol_princeton_const = {
|
static const SubGhzBlockConst subghz_protocol_princeton_const = {
|
||||||
.te_short = 400,
|
.te_short = 400,
|
||||||
.te_long = 1200,
|
.te_long = 1200,
|
||||||
.te_delta = 250,
|
.te_delta = 300,
|
||||||
.min_count_bit_for_found = 24,
|
.min_count_bit_for_found = 24,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user