Hopefully fix honeywell sec protocol

This commit is contained in:
Willy-JL
2024-01-14 19:58:58 +00:00
parent 472dc88ad4
commit 0490163527
3 changed files with 15 additions and 3 deletions

View File

@@ -31,6 +31,7 @@ const SubGhzProtocol* subghz_protocol_registry_items[] = {
&subghz_protocol_bett,
&subghz_protocol_doitrand,
&subghz_protocol_phoenix_v2,
&subghz_protocol_honeywell,
&subghz_protocol_honeywell_wdb,
&subghz_protocol_magellan,
&subghz_protocol_intertechno_v3,
@@ -66,7 +67,6 @@ const SubGhzProtocol* subghz_protocol_registry_items[] = {
&tpms_protocol_schrader_gg4,
&subghz_protocol_bin_raw,
&subghz_protocol_mastercode,
&subghz_protocol_honeywell,
&subghz_protocol_x10,
};