From 273f2799213e490ae924918e6e05995e82c7accd Mon Sep 17 00:00:00 2001 From: "Ben V. Brown" Date: Tue, 24 May 2022 23:32:53 +1000 Subject: [PATCH] Update configuration.h --- source/Core/BSP/Magic/configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Core/BSP/Magic/configuration.h b/source/Core/BSP/Magic/configuration.h index f42044df..690b5074 100644 --- a/source/Core/BSP/Magic/configuration.h +++ b/source/Core/BSP/Magic/configuration.h @@ -119,7 +119,7 @@ #define ADC_MAX_READING 42000 // Maximum reading of the adc #define SOLDERING_TEMP 320 // Default soldering temp is 320.0 °C #define VOLTAGE_DIV 600 // 600 - Default divider from schematic -#define CALIBRATION_OFFSET 800 // 900 - Default adc offset in uV +#define CALIBRATION_OFFSET 900 // 900 - Default adc offset in uV #define MIN_CALIBRATION_OFFSET 100 // Min value for calibration #define PID_POWER_LIMIT 220 // Sets the max pwm power limit #define POWER_LIMIT 0 // 0 watts default limit