Merge pull request #756 from fewtarius/dev

Fix overclock oops for Win600.
This commit is contained in:
fewtarius 2022-11-29 06:02:11 -05:00 committed by GitHub
commit 1c5cc4a3d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,13 +43,13 @@ case ${PROFILE} in
WATTS="18000"
;;
20w)
WATTS="18000"
WATTS="20000"
;;
22w)
WATTS="18000"
WATTS="22000"
;;
24w)
WATTS="18000"
WATTS="24000"
;;
esac