Skip to content

Commit 1e7c572

Browse files
committed
2 parents e4f3c5f + cc935d4 commit 1e7c572

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • AxxSolder_firmware/Core/Src

AxxSolder_firmware/Core/Src/main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
/* Private typedef -----------------------------------------------------------*/
3636
/* USER CODE BEGIN PTD */
3737

38-
#define version "2.2.3"
38+
#define version "2.2.4"
3939

4040
enum handles {
4141
T210,
@@ -109,7 +109,7 @@ uint16_t ADC_buffer[ADC_BUF_LEN];
109109
#define VOLTAGE_COMPENSATION 0.00648678945 /* Constant for scaling input voltage ADC value*/
110110

111111
#define MIN_SELECTABLE_TEMPERTURE 20
112-
#define MAX_SELECTABLE_TEMPERTURE 450
112+
#define MAX_SELECTABLE_TEMPERTURE 430
113113

114114
/* TC Compensation constants */
115115
#define TC_COMPENSATION_X3_T210 -6.798689261365103e-09

0 commit comments

Comments
 (0)