diff --git a/source/Core/Threads/UI/logic/OperatingModes.h b/source/Core/Threads/UI/logic/OperatingModes.h index a2c08a7d..379094e4 100644 --- a/source/Core/Threads/UI/logic/OperatingModes.h +++ b/source/Core/Threads/UI/logic/OperatingModes.h @@ -25,20 +25,20 @@ extern "C" { #endif enum class OperatingMode { - StartupLogo = 0, // Showing the startup logo - CJCCalibration, // Cold Junction Calibration - StartupWarnings, // Startup checks and warnings - InitialisationDone, // Special state we use just before we to home screen at first startup. Allows jumping to extra startup states - HomeScreen, // Home/Idle screen that is the main launchpad to other modes - Soldering, // Main soldering operating mode - SolderingProfile, // Soldering by following a profile, used for reflow for example - Sleeping, // Sleep state holds iron at lower sleep temp - Hibernating, // Like sleeping but keeps heater fully off until woken - SettingsMenu, // Settings Menu - DebugMenuReadout, // Debug metrics - TemperatureAdjust, // Set point temperature adjustment - UsbPDDebug, // USB PD debugging information - ThermalRunaway, // Thermal Runaway warning state. + StartupLogo=10, // Showing the startup logo + CJCCalibration=11, // Cold Junction Calibration + StartupWarnings=12, // Startup checks and warnings + InitialisationDone=13, // Special state we use just before we to home screen at first startup. Allows jumping to extra startup states + HomeScreen=0, // Home/Idle screen that is the main launchpad to other modes + Soldering=1, // Main soldering operating mode + SolderingProfile=6, // Soldering by following a profile, used for reflow for example + Sleeping=3, // Sleep state holds iron at lower sleep temp + Hibernating=14, // Like sleeping but keeps heater fully off until woken + SettingsMenu=4, // Settings Menu + DebugMenuReadout=5, // Debug metrics + TemperatureAdjust=7, // Set point temperature adjustment + UsbPDDebug=8, // USB PD debugging information + ThermalRunaway=9, // Thermal Runaway warning state. }; enum class TransitionAnimation {