Skip to content

Commit

Permalink
SubGhz: fix Princeton duration (flipperdevices#1159)
Browse files Browse the repository at this point in the history
  • Loading branch information
Skorpionm authored and JackDoanRivian committed Apr 25, 2022
1 parent c30bb75 commit 140f8f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/subghz/protocols/princeton.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};

Expand Down

0 comments on commit 140f8f8

Please sign in to comment.