1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-13 05:06:30 +04:00

add elplast subghz protocol

This commit is contained in:
MX
2025-09-30 02:49:51 +03:00
parent 999afe3f5b
commit a4f5f1e862
4 changed files with 433 additions and 0 deletions

View File

@@ -53,6 +53,7 @@ const SubGhzProtocol* const subghz_protocol_registry_items[] = {
&subghz_protocol_revers_rb2,
&subghz_protocol_feron,
&subghz_protocol_roger,
&subghz_protocol_elplast,
};
const SubGhzProtocolRegistry subghz_protocol_registry = {