mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Fixed Lock Menu not working.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user