From 1c94ef4ab9bed900eedb2a022f1b6d660968f762 Mon Sep 17 00:00:00 2001 From: skeezix Date: Wed, 17 Mar 2010 15:26:13 -0400 Subject: [PATCH] poll for low battery every 90s, not 300s as before. (mjw request, in consideration of those cases where a very high power drain exists so 5m might not be available when at 1% battery..) --- deployment/etc/pandora/conf/eventmap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/etc/pandora/conf/eventmap b/deployment/etc/pandora/conf/eventmap index 7b73d76..bcae576 100644 --- a/deployment/etc/pandora/conf/eventmap +++ b/deployment/etc/pandora/conf/eventmap @@ -20,7 +20,7 @@ minimum_separation 1 # 1 second minimum between a single event repeating [battery] # for LED-blinking when battery gets low threshold 5 # in %age; at x%, we go into blink-mode as warning -check_interval 300 # in seconds to check threshold; should be a high 300s +check_interval 90 # in seconds to check threshold; should be a high 300s blink_interval 2 # frequency of blink blink_duration 50000 # how long a blink lasts, in uSecs shutdown_threshold 1 # battery %age we force a shutdown (to save the SD!) -- 2.39.5