poll for low battery every 90s, not 300s as before. (mjw request,
authorskeezix <skeezix@flotsam-vm.(none)>
Wed, 17 Mar 2010 19:26:13 +0000 (15:26 -0400)
committerskeezix <skeezix@flotsam-vm.(none)>
Wed, 17 Mar 2010 19:26:13 +0000 (15:26 -0400)
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

index 7b73d76..bcae576 100644 (file)
@@ -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!)