diff options
author | discip <[email protected]> | 2023-04-08 01:19:07 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2023-04-08 01:19:07 +0200 |
commit | cc180f7d1a2348558107225891e02b2387bb6678 (patch) | |
tree | 3a34e0d40d67ec4d1f0232383a6375f1d9ba7939 /source/Core/BSP | |
parent | 75c2589a6db21de4ff3dca9ebaa9ab729f5f44e0 (diff) | |
download | IronOS-cc180f7d1a2348558107225891e02b2387bb6678.tar.gz IronOS-cc180f7d1a2348558107225891e02b2387bb6678.zip |
correcting MAX_POWER_LIMIT to 120
Diffstat (limited to 'source/Core/BSP')
-rw-r--r-- | source/Core/BSP/Pinecilv2/configuration.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/Core/BSP/Pinecilv2/configuration.h b/source/Core/BSP/Pinecilv2/configuration.h index 1fbd630b..1db58387 100644 --- a/source/Core/BSP/Pinecilv2/configuration.h +++ b/source/Core/BSP/Pinecilv2/configuration.h @@ -130,9 +130,9 @@ #define VOLTAGE_DIV 600 // 600 - Default divider from schematic #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 PID_POWER_LIMIT 120 // Sets the max pwm power limit #define POWER_LIMIT 0 // 0 watts default limit -#define MAX_POWER_LIMIT 220 // +#define MAX_POWER_LIMIT 120 // Sets the max power limit #define POWER_LIMIT_STEPS 5 // #define OP_AMP_GAIN_STAGE OP_AMP_GAIN_STAGE_PINECIL // Uses TS100 resistors #define TEMP_uV_LOOKUP_HAKKO // Use Hakko lookup table |