diff options
author | discip <[email protected]> | 2024-01-14 00:36:24 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-01-14 00:36:24 +0100 |
commit | fb16575cd99364f3b49bf5fa3f56efce227fb1ed (patch) | |
tree | a0198dda612173fa8fa4853cb30cba4db4d44c69 | |
parent | 0bd7e03511ba29b3bb0d3781c7c86b5502f8e1d9 (diff) | |
download | IronOS-fb16575cd99364f3b49bf5fa3f56efce227fb1ed.tar.gz IronOS-fb16575cd99364f3b49bf5fa3f56efce227fb1ed.zip |
Update Settings.cpp
format fix
-rw-r--r-- | source/Core/Src/Settings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Core/Src/Settings.cpp b/source/Core/Src/Settings.cpp index 7ff16af7..6ec1d65f 100644 --- a/source/Core/Src/Settings.cpp +++ b/source/Core/Src/Settings.cpp @@ -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 |