Skip to content
Snippets Groups Projects
Commit a2cb4cb5 authored by Grzegorz Daniluk's avatar Grzegorz Daniluk
Browse files

fant sw: max speed at start, low speed later for less noise

parent 3abc96ee
Branches
No related merge requests found
......@@ -39,7 +39,7 @@ int16_t curr_pwm_duty1000_1 = 10;
int16_t curr_pwm_duty1000_2 = 10;
int16_t curr_pwm_duty1000_3 = 10;
#define FAN_RAMPUP 800
#define FAN_RAMPUP 950
int16_t goal_pwm_duty1000_1 = FAN_RAMPUP;
int16_t goal_pwm_duty1000_2 = FAN_RAMPUP;
......@@ -58,7 +58,7 @@ uint16_t tacho_rpm[3];
// duty cycle (0 to 1000)
#if defined(MMFANT) || defined(MMPROT)
uint16_t fan_installed[3] __xMR = {1, 1, 1};
uint16_t setfrpms[3] __xMR = {600, 600, 600};
uint16_t setfrpms[3] __xMR = {500, 500, 500};
#else
uint16_t fan_installed[3] __xMR = {0, 0, 0};
uint16_t setfrpms[3] __xMR = {0, 0, 0};
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment