mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
add missing comments in Settings.h
This commit is contained in:
@@ -53,20 +53,20 @@ enum SettingsOptions {
|
|||||||
CalibrateCJC = 36, // Toggle calibrate CJC at next boot
|
CalibrateCJC = 36, // Toggle calibrate CJC at next boot
|
||||||
BluetoothLE = 37, // Toggle BLE if present
|
BluetoothLE = 37, // Toggle BLE if present
|
||||||
PDVpdo = 38, // Toggle PPS & EPR
|
PDVpdo = 38, // Toggle PPS & EPR
|
||||||
ProfilePhases = 39, // Number of Reflow Profile Phases
|
ProfilePhases = 39, // Number of Soldering Profile Phases
|
||||||
ProfilePreheatTemp = 40,
|
ProfilePreheatTemp = 40, // Temperature to preheat to before the first phase
|
||||||
ProfilePreheatSpeed = 41,
|
ProfilePreheatSpeed = 41, // Maximum allowed preheat speed in degrees per second
|
||||||
ProfilePhase1Temp = 42,
|
ProfilePhase1Temp = 42, // Temperature to target for the end of phase 1
|
||||||
ProfilePhase1Duration = 43,
|
ProfilePhase1Duration = 43, // Target duration for phase 1
|
||||||
ProfilePhase2Temp = 44,
|
ProfilePhase2Temp = 44, // Temperature to target for the end of phase 2
|
||||||
ProfilePhase2Duration = 45,
|
ProfilePhase2Duration = 45, // Target duration for phase 2
|
||||||
ProfilePhase3Temp = 46,
|
ProfilePhase3Temp = 46, // Temperature to target for the end of phase 3
|
||||||
ProfilePhase3Duration = 47,
|
ProfilePhase3Duration = 47, // Target duration for phase 3
|
||||||
ProfilePhase4Temp = 48,
|
ProfilePhase4Temp = 48, // Temperature to target for the end of phase 4
|
||||||
ProfilePhase4Duration = 49,
|
ProfilePhase4Duration = 49, // Target duration for phase 4
|
||||||
ProfilePhase5Temp = 50,
|
ProfilePhase5Temp = 50, // Temperature to target for the end of phase 5
|
||||||
ProfilePhase5Duration = 51,
|
ProfilePhase5Duration = 51, // Target duration for phase 5
|
||||||
ProfileCooldownSpeed = 52,
|
ProfileCooldownSpeed = 52, // Maximum allowed cooldown speed in degrees per second
|
||||||
//
|
//
|
||||||
SettingsOptionsLength = 53, //
|
SettingsOptionsLength = 53, //
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user