File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,14 @@ CFLAGS+=\
34
34
-DPOWER_LIMIT_AC=180 \
35
35
-DPOWER_LIMIT_DC=28
36
36
37
+ # smooth the fan speed updates such that 0 to full speed happens over this period
38
+ # divide by 4 for seconds, set SMOOTH_FANS=0 to disable entirely
39
+ CFLAGS+ =\
40
+ -DSMOOTH_FANS_UP=45 \
41
+ -DSMOOTH_FANS_DOWN=100
42
+
37
43
# Custom fan curve
38
- CFLAGS+=-DBOARD_HEATUP =4
44
+ CFLAGS+=-DBOARD_HEATUP =3
39
45
CFLAGS+=-DBOARD_COOLDOWN =12
40
46
CFLAGS+=-DBOARD_FAN_POINTS ="\
41
47
FAN_POINT(50, 25), \
@@ -63,7 +69,7 @@ CFLAGS+=-DBOARD_FAN_POINTS="\
63
69
64
70
# Enable DGPU support
65
71
CFLAGS+=-DHAVE_DGPU =1
66
- CFLAGS+=-DBOARD_DGPU_HEATUP =4
72
+ CFLAGS+=-DBOARD_DGPU_HEATUP =3
67
73
CFLAGS+=-DBOARD_DGPU_COOLDOWN =12
68
74
CFLAGS+=-DBOARD_DGPU_FAN_POINTS ="\
69
75
FAN_POINT(50, 25), \
You can’t perform that action at this time.
0 commit comments