mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Refactoring: unify the names of the variables related to ReverseButtonMenu handling and add the option to the end of the settings struct to avoid the collisions on factory resets
This commit is contained in:
@@ -76,7 +76,7 @@ enum SettingsOptions {
|
||||
ProfileCooldownSpeed = 52, // Maximum allowed cooldown speed in degrees per second
|
||||
HallEffectSleepTime = 53, // Seconds (/5) timeout to sleep when hall effect over threshold
|
||||
SolderingTipType = 54, // Selecting the type of soldering tip fitted
|
||||
ReverseButtonNavEnabled = 55, // Change the A and B button assigment in menus
|
||||
ReverseButtonMenu = 55, // Change the A and B button assigment in menus
|
||||
//
|
||||
SettingsOptionsLength = 56, // End marker
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user