From e8865da723eaa4f3f0388387f1f9ab22382a26aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Holger=20Schulthei=C3=9F?= Date: Thu, 1 Jun 2023 12:42:59 +0200 Subject: [PATCH] Update reinstall-local.sh: Fixed charge current parameter Update reinstall-local.sh: Corrected charge current parameter for initial config.ini --- etc/dbus-serialbattery/reinstall-local.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/dbus-serialbattery/reinstall-local.sh b/etc/dbus-serialbattery/reinstall-local.sh index a518a100..d153a7e4 100755 --- a/etc/dbus-serialbattery/reinstall-local.sh +++ b/etc/dbus-serialbattery/reinstall-local.sh @@ -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