diff options
author | River M <[email protected]> | 2023-03-14 14:05:45 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2023-03-14 14:05:45 -0700 |
commit | 8ea8632bb9461df2cfc089282b5d674162978c15 (patch) | |
tree | ad2004c8ca6c794f801f0dd7138e58fab8fb88c5 /source/Core | |
parent | 73be260b98e79d21aea5296a70c76f523ebb9f79 (diff) | |
download | IronOS-8ea8632bb9461df2cfc089282b5d674162978c15.tar.gz IronOS-8ea8632bb9461df2cfc089282b5d674162978c15.zip |
Update configuration.h
Diffstat (limited to 'source/Core')
-rw-r--r-- | source/Core/BSP/Pinecilv2/configuration.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Core/BSP/Pinecilv2/configuration.h b/source/Core/BSP/Pinecilv2/configuration.h index 5ac45874..bdf1e619 100644 --- a/source/Core/BSP/Pinecilv2/configuration.h +++ b/source/Core/BSP/Pinecilv2/configuration.h @@ -132,7 +132,7 @@ #define MAX_TEMP_C 450 // Max soldering temp selectable °C #define MAX_TEMP_F 850 // Max soldering temp selectable °F #define MIN_TEMP_C 10 // Min soldering temp selectable °C -#define MIN_TEMP_F 60 // Min soldering temp selectable °F +#define MIN_TEMP_F 50 // Min soldering temp selectable °F #define MIN_BOOST_TEMP_C 250 // The min settable temp for boost mode °C #define MIN_BOOST_TEMP_F 480 // The min settable temp for boost mode °F #define DEVICE_HAS_VALIDATION_CODE // We have 2 digit validations |