From 7b6602ad39c0df9670fea622561d2bb22f34760a Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Fri, 16 May 2025 00:01:38 +0300 Subject: [PATCH] docs: mention profile-specific tresholds taking precedence --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2ddf235..b9f3662 100644 --- a/README.md +++ b/README.md @@ -176,6 +176,7 @@ max_freq_mhz = 2500 # Global battery charging thresholds (applied to both profiles unless overridden) # Start charging at 40%, stop at 80% - extends battery lifespan +# NOTE: Profile-specific thresholds (in [charger] or [battery] sections) take precedence over this global setting battery_charge_thresholds = [40, 80] # Daemon configuration