Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e59a702

Browse files
committedMar 22, 2023
oryp11: Increase DC power limit to 55W
1 parent 69269e0 commit e59a702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/board/system76/oryp11/board.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ CFLAGS+=\
4242
# Set CPU power limits in watts
4343
CFLAGS+=\
4444
-DPOWER_LIMIT_AC=230 \
45-
-DPOWER_LIMIT_DC=28
45+
-DPOWER_LIMIT_DC=55
4646

4747
# Custom fan curve
4848
CFLAGS+=-DBOARD_HEATUP=5

0 commit comments

Comments
 (0)
Please sign in to comment.