tweaks for arduino plus bat

This commit is contained in:
stitchy 2024-04-19 21:09:00 +00:00
parent 9a4993661b
commit 0a8c6eb54e
Signed by: stitchy
SSH key fingerprint: SHA256:yz2SoxdnY67tfY5Jzb0f2v8f5W3o/IF359kbcquWip8
2 changed files with 3 additions and 3 deletions

View file

@ -70,7 +70,7 @@
PCIE_ASPM_ON_AC = "default";
PCIE_ASPM_ON_BAT = "powersupersave";
PLATFORM_PROFILE_ON_BAT = "low-power";
RUNTIME_PM_ON_BAT = true;
RUNTIME_PM_ON_BAT = "auto";
WOL_DISABLE = true;
SCHED_POWERSAVE_ON_BAT = true;