mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Sub-GHz: Disable X10 and Hormann Bisecur protocols --nobuild
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user