Skip to content

Commit

Permalink
Restored heatup and cooldown times to defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesBHuff committed Apr 20, 2021
1 parent e49a7a8 commit f077127
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/board/system76/oryp7/board.mk
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ CFLAGS+=\
CFLAGS+=-DSYNC_FANS=1

# Custom fan curve
CFLAGS+=-DBOARD_HEATUP=2
CFLAGS+=-DBOARD_COOLDOWN=5
CFLAGS+=-DBOARD_HEATUP=5
CFLAGS+=-DBOARD_COOLDOWN=20
CFLAGS+=-DBOARD_FAN_POINTS="\
FAN_POINT(50, 0), \
FAN_POINT(51, 5), \
Expand All @@ -66,8 +66,8 @@ CFLAGS+=-DBOARD_FAN_POINTS="\

# Enable DGPU support
CFLAGS+=-DHAVE_DGPU=1
CFLAGS+=-DBOARD_DGPU_HEATUP=2
CFLAGS+=-DBOARD_DGPU_COOLDOWN=5
CFLAGS+=-DBOARD_DGPU_HEATUP=5
CFLAGS+=-DBOARD_DGPU_COOLDOWN=20
CFLAGS+=-DBOARD_DGPU_FAN_POINTS="\
FAN_POINT(50, 0), \
FAN_POINT(51, 5), \
Expand Down

0 comments on commit f077127

Please sign in to comment.