Fixup drawing tip type

This commit is contained in:
Ben V. Brown
2024-09-22 17:58:18 +10:00
parent 3b6df3f765
commit fe2bd4fe7d
3 changed files with 7 additions and 7 deletions

View File

@@ -54,7 +54,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, SOLDERING_TEMP}, // SolderingTemp
{ MIN_TEMP_C, MAX_TEMP_F, 5, 150}, // SleepTemp
{ 0, 15, 1, SLEEP_TIME}, // SleepTime
@@ -369,4 +369,4 @@ uint8_t getUserSelectedTipResistance() {
return 0;
break;
}
}
}