Skip to content

Commit

Permalink
fix niceflors
Browse files Browse the repository at this point in the history
  • Loading branch information
xMasterX committed Oct 17, 2023
1 parent e5b079f commit 2d9090b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ enum SubGhzSettingIndex {
SubGhzSettingIndexIgnoreCars,
SubGhzSettingIndexIgnoreMagellan,
SubGhzSettingIndexIgnorePrinceton,
SubGhzSettingIndexIgnoreNiceFlorS,
SubGhzSettingIndexSound,
SubGhzSettingIndexResetToDefault,
SubGhzSettingIndexLock,
Expand Down Expand Up @@ -451,7 +452,7 @@ void subghz_scene_receiver_config_on_enter(void* context) {

item = variable_item_list_add(
subghz->variable_item_list,
"Ignore NiceFlorS / Nice One",
"Ignore Nice Flor-S / Nice One",
COMBO_BOX_COUNT,
subghz_scene_receiver_config_set_niceflors,
subghz);
Expand Down

0 comments on commit 2d9090b

Please sign in to comment.