diff options
author | fadhil riyanto <me@fadev.org> | 2024-09-01 00:01:41 +0700 |
---|---|---|
committer | fadhil riyanto <me@fadev.org> | 2024-09-01 00:01:41 +0700 |
commit | bfdabcdac4786994f688472154f47bbf967e4e11 (patch) | |
tree | bc4e6cfa18a0b0ef70bf4bd7b3a2dfc1e5e4047f /init.c | |
parent | 92dc25ac178b0b64c780a04c31d0a26bbd70d478 (diff) |
increase limit
Diffstat (limited to 'init.c')
-rw-r--r-- | init.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"); |