Calibrate CJC at next boot (#1398)
Changes Cold Junction Compensation (Tip Offset / CJC) to be performed during bootup time. (After starting in settings)
This commit is contained in:
@@ -50,9 +50,10 @@ enum SettingsOptions {
|
||||
OLEDInversion = 33, // Invert the colours on the display
|
||||
OLEDBrightness = 34, // Brightness for the OLED display
|
||||
LOGOTime = 35, // Duration the logo will be displayed for
|
||||
CalibrateCJC = 36, // Toggle calibrate CJC at next boot
|
||||
|
||||
//
|
||||
SettingsOptionsLength = 36, //
|
||||
SettingsOptionsLength = 37, //
|
||||
};
|
||||
|
||||
typedef enum {
|
||||
|
||||
@@ -46,7 +46,7 @@ enum class SettingsItemIndex : uint8_t {
|
||||
BoostTemperature,
|
||||
AutoStart,
|
||||
CooldownBlink,
|
||||
TemperatureCalibration,
|
||||
CalibrateCJC,
|
||||
SettingsReset,
|
||||
VoltageCalibration,
|
||||
AdvancedSoldering,
|
||||
|
||||
Reference in New Issue
Block a user