Update Settings.cpp

format fix
This commit is contained in:
discip
2024-01-14 00:36:24 +01:00
committed by GitHub
parent 0bd7e03511
commit fb16575cd9

View File

@@ -50,7 +50,7 @@ typedef struct {
} SettingConstants;
static const SettingConstants settingsConstants[(int)SettingsOptions::SettingsOptionsLength] = {
//{min,max,increment,default}
//{ min, max, increment, default}
{ MIN_TEMP_C, MAX_TEMP_F, 5, 320}, // SolderingTemp
{ MIN_TEMP_C, MAX_TEMP_F, 5, 150}, // SleepTemp
{ 0, 15, 1, SLEEP_TIME}, // SleepTime