From: skeezix Date: Wed, 17 Mar 2010 19:26:13 +0000 (-0400) Subject: poll for low battery every 90s, not 300s as before. (mjw request, X-Git-Tag: Release-2010-05/1~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c94ef4ab9bed900eedb2a022f1b6d660968f762;p=pandora-libraries.git 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..) --- 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!)