From 93225fa707128ead163e37b0db15c0907e3b46f0 Mon Sep 17 00:00:00 2001 From: Leeroy <135471162+LeeroysHub@users.noreply.github.com> Date: Thu, 14 Dec 2023 07:25:27 +1100 Subject: [PATCH] Fixed Lock Menu not working. --- applications/main/subghz/scenes/subghz_scene_receiver_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/main/subghz/scenes/subghz_scene_receiver_config.c b/applications/main/subghz/scenes/subghz_scene_receiver_config.c index 4105b7f8f..4f1208f2d 100644 --- a/applications/main/subghz/scenes/subghz_scene_receiver_config.c +++ b/applications/main/subghz/scenes/subghz_scene_receiver_config.c @@ -13,6 +13,7 @@ enum SubGhzSettingIndex { SubGhzSettingIndexRAWSound = SubGhzSettingIndexHopping, SubGhzSettingIndexBinRAW, SubGhzSettingIndexRAWRSSIThreshold = SubGhzSettingIndexBinRAW, + SubGhzSettingIndexRepeater, SubGhzSettingIndexRemoveDuplicates, SubGhzSettingIndexIgnoreStarline, SubGhzSettingIndexIgnoreCars, @@ -24,7 +25,6 @@ enum SubGhzSettingIndex { SubGhzSettingIndexSound, SubGhzSettingIndexResetToDefault, SubGhzSettingIndexLock, - SubGhzSettingIndexRepeater, }; #define RAW_THRESHOLD_RSSI_COUNT 11