Skip to content

Commit

Permalink
Merge pull request #685 from hoschult/patch-1
Browse files Browse the repository at this point in the history
Update reinstall-local.sh: Fixed charge current parameter
  • Loading branch information
mr-manuel committed Jun 1, 2023
2 parents 86a6b95 + e8865da commit ed37069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/dbus-serialbattery/reinstall-local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ if [ ! -f "$filename" ]; then
echo "; and insert them below to persist future driver updates."
echo
echo "; Example (remove the semicolon \";\" to uncomment and activate the value/setting):"
echo "; MAX_BATTERY_CURRENT = 50.0"
echo "; MAX_BATTERY_CHARGE_CURRENT = 50.0"
echo "; MAX_BATTERY_DISCHARGE_CURRENT = 60.0"
echo
echo
Expand Down

0 comments on commit ed37069

Please sign in to comment.