mirror of
https://github.com/ps5-linux/ps5-linux-tools.git
synced 2026-07-15 21:42:26 +00:00
adding max fan boost which is stronger than just on (#6)
This commit is contained in:
@@ -32,6 +32,8 @@ int main(int argc, char *argv[]) {
|
||||
pattern = 1;
|
||||
else if (strcmp(argv[2], "off") == 0)
|
||||
pattern = 0;
|
||||
else if (strcmp(argv[2], "max") == 0)
|
||||
pattern = 3;
|
||||
else {
|
||||
fprintf(stderr, "Invalid fan state '%s'. Use 'on' or 'off'.\n", argv[2]);
|
||||
return EXIT_FAILURE;
|
||||
|
||||
Reference in New Issue
Block a user