mirror of
https://github.com/merbanan/rtl_433.git
synced 2026-05-24 09:46:17 -04:00
minor: Fix emos_e6016 reset limit (#2156)
Slightly increased reset limit for improved detection.
This commit is contained in:
@@ -144,7 +144,7 @@ r_device emos_e6016 = {
|
||||
.short_width = 280,
|
||||
.long_width = 796,
|
||||
.gap_limit = 3000,
|
||||
.reset_limit = 804,
|
||||
.reset_limit = 850,
|
||||
.sync_width = 1836,
|
||||
.decode_fn = &emos_e6016_decode,
|
||||
.fields = output_fields,
|
||||
|
||||
Reference in New Issue
Block a user