Merge branch 'pr/379' into 420

This commit is contained in:
RogueMaster
2022-10-25 02:59:00 -04:00
4 changed files with 635 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ const SubGhzProtocol* subghz_protocol_registry_items[] = {
&subghz_protocol_chamb_code, &subghz_protocol_power_smart, &subghz_protocol_marantec,
&subghz_protocol_bett, &subghz_protocol_doitrand, &subghz_protocol_phoenix_v2,
&subghz_protocol_honeywell_wdb, &subghz_protocol_magellan, &subghz_protocol_intertechno_v3,
&subghz_protocol_clemsa,
&subghz_protocol_clemsa, &subghz_protocol_kaku,
};
const SubGhzProtocolRegistry subghz_protocol_registry = {