Skip to content

Commit

Permalink
bat.d/macbook tlp-stat -b: enforced start threshold values corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
linrunner committed Feb 20, 2024
1 parent 39facd1 commit 366aa49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bat.d/60-macbook
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ batdrv_show_battery_data () {
esac
if [ "$_bm_thresh" != "none" ]; then
printf "Parameter value ranges:\n"
printf "* START_CHARGE_THRESH_BAT0: don't care (hardware enforces stop - 5)\n"
printf "* START_CHARGE_THRESH_BAT0: don't care (hardware enforces 75, 100)\n"
printf "* STOP_CHARGE_THRESH_BAT0: 80, 100(default)\n"
fi
printf "\n"
Expand Down

0 comments on commit 366aa49

Please sign in to comment.