Skip to content

Commit

Permalink
Update reinstall-local.sh: Fixed charge current parameter
Browse files Browse the repository at this point in the history
Update reinstall-local.sh: Corrected charge current parameter for  initial config.ini
  • Loading branch information
hoschult committed Jun 1, 2023
1 parent 86a6b95 commit e8865da
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 e8865da

Please sign in to comment.