From 38fde6be7ea657f7afa7f95cca4d773943b81e75 Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Sat, 28 May 2022 11:48:02 +0200 Subject: [PATCH] add notes from mps irc log --- files/quickstart.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/files/quickstart.txt b/files/quickstart.txt index 34a61d7..28c159c 100644 --- a/files/quickstart.txt +++ b/files/quickstart.txt @@ -256,3 +256,14 @@ sudo parted /dev/nvme0n1 rm # If you're asked if you want to proceed, say 'y'. If your asked if you want to # ignore, say, ignore. + +Control Charging +================ +# Do not charge +echo inhibit-charge > /sys/class/power_supply/macsmc-battery/charge_behaviour + +# Default +echo auto > /sys/class/power_supply/macsmc-battery/charge_behaviour + +# Force discharge +echo force-discharge > /sys/class/power_supply/macsmc-battery/charge_behaviour -- 2.39.2