We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e4f3c5f + cc935d4 commit 1e7c572Copy full SHA for 1e7c572
1 file changed
AxxSolder_firmware/Core/Src/main.c
@@ -35,7 +35,7 @@
35
/* Private typedef -----------------------------------------------------------*/
36
/* USER CODE BEGIN PTD */
37
38
-#define version "2.2.3"
+#define version "2.2.4"
39
40
enum handles {
41
T210,
@@ -109,7 +109,7 @@ uint16_t ADC_buffer[ADC_BUF_LEN];
109
#define VOLTAGE_COMPENSATION 0.00648678945 /* Constant for scaling input voltage ADC value*/
110
111
#define MIN_SELECTABLE_TEMPERTURE 20
112
-#define MAX_SELECTABLE_TEMPERTURE 450
+#define MAX_SELECTABLE_TEMPERTURE 430
113
114
/* TC Compensation constants */
115
#define TC_COMPENSATION_X3_T210 -6.798689261365103e-09
0 commit comments