From bfdabcdac4786994f688472154f47bbf967e4e11 Mon Sep 17 00:00:00 2001 From: fadhil riyanto Date: Sun, 1 Sep 2024 00:01:41 +0700 Subject: increase limit --- init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.c') diff --git a/init.c b/init.c index 3f3d729..bffc653 100644 --- a/init.c +++ b/init.c @@ -109,7 +109,7 @@ static void call_when_battery_full(int current) { sec_counter = sec_counter + 1; if (sec_counter == 4) { - if (current < 15) { + if (current < 25) { if (charging_state == 0) notify_exec("warning", "Battery low, Insert charger now...... ASAP"); -- cgit v1.2.3