Sub-GHz: Disable X10 and Hormann Bisecur protocols --nobuild

This commit is contained in:
WillyJL
2026-01-21 23:37:07 +01:00
parent dfca4f8ec5
commit 7c27fe9359
2 changed files with 5 additions and 3 deletions

View File

@@ -26,4 +26,6 @@
- UL: NFC: Fix LED not blinking at SLIX unlock (by @xMasterX)
### Removed:
- SUb-GHz: Removed Starline, ScherKhan and Kia protocols from main Sub-GHz app, they can be decoded with `Apps > Sub-GHz > ProtoPirate` external app
- Sub-GHz:
- Removed Starline, ScherKhan and Kia protocols from main Sub-GHz app, they can be decoded with `Apps > Sub-GHz > ProtoPirate` external app
- Disabled X10 and Hormann Bisecur protocols due to flash space constraints and very limited usefulness, Momentum now has same protocol list as Unleashed

View File

@@ -69,8 +69,8 @@ const SubGhzProtocol* const subghz_protocol_registry_items[] = {
// &tpms_protocol_schrader_gg4,
&subghz_protocol_bin_raw,
&subghz_protocol_mastercode,
&subghz_protocol_x10,
&subghz_protocol_hormann_bisecur,
// &subghz_protocol_x10,
// &subghz_protocol_hormann_bisecur,
&subghz_protocol_legrand,
&subghz_protocol_dickert_mahs,
&subghz_protocol_gangqi,