SubGhz: fix Princeton duration (#1159)

This commit is contained in:
Skorpionm 2022-04-25 15:53:36 +04:00 committed by GitHub
parent b28d408b49
commit 5effa7e7c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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