Skip to content

Commit

Permalink
Change Smoke-GS558, Akhan-100F14 to default disabled BREAKING CHANGE
Browse files Browse the repository at this point in the history
  • Loading branch information
zuckschwerdt committed Jun 5, 2024
1 parent f26dc93 commit 7c1cf31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/devices/akhan_100F14.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,5 @@ r_device const akhan_100F14 = {
.tolerance = 80, // us
.decode_fn = &akhan_rke_callback,
.fields = output_fields,
.disabled = 1, // false positives with generic EV1527 devices
};
1 change: 1 addition & 0 deletions src/devices/smoke_gs558.c
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,5 @@ r_device const smoke_gs558 = {
.reset_limit = 11764 * 1.2f, // Maximum gap size before End Of Message [us]
.decode_fn = &smoke_gs558_callback,
.fields = output_fields,
.disabled = 1, // false positives with generic EV1527 devices
};

0 comments on commit 7c1cf31

Please sign in to comment.