mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 12:42:30 +04:00
fix niceflors
This commit is contained in:
@@ -12,6 +12,7 @@ enum SubGhzSettingIndex {
|
|||||||
SubGhzSettingIndexIgnoreCars,
|
SubGhzSettingIndexIgnoreCars,
|
||||||
SubGhzSettingIndexIgnoreMagellan,
|
SubGhzSettingIndexIgnoreMagellan,
|
||||||
SubGhzSettingIndexIgnorePrinceton,
|
SubGhzSettingIndexIgnorePrinceton,
|
||||||
|
SubGhzSettingIndexIgnoreNiceFlorS,
|
||||||
SubGhzSettingIndexSound,
|
SubGhzSettingIndexSound,
|
||||||
SubGhzSettingIndexResetToDefault,
|
SubGhzSettingIndexResetToDefault,
|
||||||
SubGhzSettingIndexLock,
|
SubGhzSettingIndexLock,
|
||||||
@@ -451,7 +452,7 @@ void subghz_scene_receiver_config_on_enter(void* context) {
|
|||||||
|
|
||||||
item = variable_item_list_add(
|
item = variable_item_list_add(
|
||||||
subghz->variable_item_list,
|
subghz->variable_item_list,
|
||||||
"Ignore NiceFlorS / Nice One",
|
"Ignore Nice Flor-S / Nice One",
|
||||||
COMBO_BOX_COUNT,
|
COMBO_BOX_COUNT,
|
||||||
subghz_scene_receiver_config_set_niceflors,
|
subghz_scene_receiver_config_set_niceflors,
|
||||||
subghz);
|
subghz);
|
||||||
|
|||||||
Reference in New Issue
Block a user