summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.c2
1 files changed, 1 insertions, 1 deletions
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");