Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b7cf92a7 authored by marc0601's avatar marc0601 Committed by marc0601
Browse files

Update charging values

parent 52c3898d
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -76,12 +76,12 @@ echo 1 > sys/class/misc/boeffla_sound/fll_tuning
#AC charge rate
#This configures the charging rate when you load your phone via an AC charger
#-->min:0 (off), max:2000, unit:mA, steps:100
echo 1900 > /sys/kernel/charge_levels/charge_level_ac
echo 1700 > /sys/kernel/charge_levels/charge_level_ac

#USB charge rate
#This configures the charging rate when you load your phone via an USB
#-->min:0 (off), max:2000, unit:mA, steps:100
echo 1900 > /sys/kernel/charge_levels/charge_level_usb
echo 1700 > /sys/kernel/charge_levels/charge_level_usb

#Wireless charge rate
#This configures the charging rate when you load your phone via a wireless charging cover
@@ -90,8 +90,8 @@ echo 500 > /sys/kernel/charge_levels/charge_level_wireless

#Ignore unstable power
#By switching this option to on, the charging logic will NOT reduce the charging current for faulty chargers with unstable power. Use at your own risk!
echo 1 > /sys/kernel/charge_levels/ignore_unstable_power
echo 0 > /sys/kernel/charge_levels/ignore_unstable_power

#Ignore safety margin
#By switching this option to on, the further deduction of 100 mA after detecting a stable charging power will not be done. Use at your own risk!
echo 1 > /sys/kernel/charge_levels/ignore_safety_margin
echo 0 > /sys/kernel/charge_levels/ignore_safety_margin