Fixed Lock Menu not working.

This commit is contained in:
Leeroy
2023-12-14 07:25:27 +11:00
parent 46576047a2
commit 93225fa707

View File

@@ -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