Add Mastercode SubGHz Protocol (#3187)

* Add Mastercode SubGHz Protocol
* Add 2 valid raw files and cleanup code
* Add tests to the two Raw Files
* Remove extra test & delete comments
* Fixes pulse length and shows correct Key

Co-authored-by: FlipperZelebro <flipperzelebro [at] gmail.com>
Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
Flipper Zelebro
2023-11-15 10:04:45 +01:00
committed by GitHub
parent ba074068b0
commit a61b5d4b4c
7 changed files with 499 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ const SubGhzProtocol* subghz_protocol_registry_items[] = {
&subghz_protocol_alutech_at_4n,
&subghz_protocol_kinggates_stylo_4k,
&subghz_protocol_bin_raw,
&subghz_protocol_mastercode,
};
const SubGhzProtocolRegistry subghz_protocol_registry = {