mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Reverse Settings.h
This commit is contained in:
@@ -47,38 +47,38 @@ enum SettingsOptions {
|
|||||||
CalibrationOffset = 23, // This stores the temperature offset for this tip in the iron.
|
CalibrationOffset = 23, // This stores the temperature offset for this tip in the iron.
|
||||||
PowerLimit = 24, // Maximum power iron allowed to output
|
PowerLimit = 24, // Maximum power iron allowed to output
|
||||||
ReverseButtonTempChangeEnabled = 25, // Change the plus and minus button assigment
|
ReverseButtonTempChangeEnabled = 25, // Change the plus and minus button assigment
|
||||||
ReverseButtonNavEnabled = 26, // Change the A and B button assigment in menus
|
TempChangeLongStep = 26, // Temperature-change-increment on long button press
|
||||||
TempChangeLongStep = 27, // Temperature-change-increment on long button press
|
TempChangeShortStep = 27, // Temperature-change-increment on short button press
|
||||||
TempChangeShortStep = 28, // Temperature-change-increment on short button press
|
HallEffectSensitivity = 28, // Operating mode of the hall effect sensor
|
||||||
HallEffectSensitivity = 29, // Operating mode of the hall effect sensor
|
AccelMissingWarningCounter = 29, // Counter of how many times we have warned we cannot detect the accelerometer
|
||||||
AccelMissingWarningCounter = 30, // Counter of how many times we have warned we cannot detect the accelerometer
|
PDMissingWarningCounter = 30, // Counter of how many times we have warned we cannot detect the pd interface
|
||||||
PDMissingWarningCounter = 31, // Counter of how many times we have warned we cannot detect the pd interface
|
UILanguage = 31, // Selected UI Language code, null-terminated *only if* the length is less than 8 chars
|
||||||
UILanguage = 32, // Selected UI Language code, null-terminated *only if* the length is less than 8 chars
|
PDNegTimeout = 32, // PD timeout in 100ms steps
|
||||||
PDNegTimeout = 33, // PD timeout in 100ms steps
|
OLEDInversion = 33, // Invert the colours on the display
|
||||||
OLEDInversion = 34, // Invert the colours on the display
|
OLEDBrightness = 34, // Brightness for the OLED display
|
||||||
OLEDBrightness = 35, // Brightness for the OLED display
|
LOGOTime = 35, // Duration the logo will be displayed for
|
||||||
LOGOTime = 36, // Duration the logo will be displayed for
|
CalibrateCJC = 36, // Toggle calibrate CJC at next boot
|
||||||
CalibrateCJC = 37, // Toggle calibrate CJC at next boot
|
BluetoothLE = 37, // Toggle BLE if present
|
||||||
BluetoothLE = 38, // Toggle BLE if present
|
USBPDMode = 38, // Toggle PPS & EPR
|
||||||
USBPDMode = 39, // Toggle PPS & EPR
|
ProfilePhases = 39, // Number of profile mode phases
|
||||||
ProfilePhases = 40, // Number of profile mode phases
|
ProfilePreheatTemp = 40, // Temperature to preheat to before the first phase
|
||||||
ProfilePreheatTemp = 41, // Temperature to preheat to before the first phase
|
ProfilePreheatSpeed = 41, // Maximum allowed preheat speed in degrees per second
|
||||||
ProfilePreheatSpeed = 42, // Maximum allowed preheat speed in degrees per second
|
ProfilePhase1Temp = 42, // Temperature to target for the end of phase 1
|
||||||
ProfilePhase1Temp = 43, // Temperature to target for the end of phase 1
|
ProfilePhase1Duration = 43, // Target duration for phase 1
|
||||||
ProfilePhase1Duration = 44, // Target duration for phase 1
|
ProfilePhase2Temp = 44, // Temperature to target for the end of phase 2
|
||||||
ProfilePhase2Temp = 45, // Temperature to target for the end of phase 2
|
ProfilePhase2Duration = 45, // Target duration for phase 2
|
||||||
ProfilePhase2Duration = 46, // Target duration for phase 2
|
ProfilePhase3Temp = 46, // Temperature to target for the end of phase 3
|
||||||
ProfilePhase3Temp = 47, // Temperature to target for the end of phase 3
|
ProfilePhase3Duration = 47, // Target duration for phase 3
|
||||||
ProfilePhase3Duration = 48, // Target duration for phase 3
|
ProfilePhase4Temp = 48, // Temperature to target for the end of phase 4
|
||||||
ProfilePhase4Temp = 49, // Temperature to target for the end of phase 4
|
ProfilePhase4Duration = 49, // Target duration for phase 4
|
||||||
ProfilePhase4Duration = 50, // Target duration for phase 4
|
ProfilePhase5Temp = 50, // Temperature to target for the end of phase 5
|
||||||
ProfilePhase5Temp = 51, // Temperature to target for the end of phase 5
|
ProfilePhase5Duration = 51, // Target duration for phase 5
|
||||||
ProfilePhase5Duration = 52, // Target duration for phase 5
|
ProfileCooldownSpeed = 52, // Maximum allowed cooldown speed in degrees per second
|
||||||
ProfileCooldownSpeed = 53, // Maximum allowed cooldown speed in degrees per second
|
HallEffectSleepTime = 53, // Seconds (/5) timeout to sleep when hall effect over threshold
|
||||||
HallEffectSleepTime = 54, // Seconds (/5) timeout to sleep when hall effect over threshold
|
SolderingTipType = 54, // Selecting the type of soldering tip fitted
|
||||||
SolderingTipType = 55, // Selecting the type of soldering tip fitted
|
ReverseButtonNavEnabled = 55, // Change the A and B button assigment in menus
|
||||||
//
|
//
|
||||||
SettingsOptionsLength = 56, // End marker
|
SettingsOptionsLength = 55, // End marker
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
|
|||||||
Reference in New Issue
Block a user