Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config.py
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2011-12-15 10:42:38 (GMT)
committer Walter Bender <walter.bender@gmail.com>2011-12-15 10:42:38 (GMT)
commitf972cf347be0962f122dafc8d5ab20267ed2b261 (patch)
treea9ebd6e44b248259e61299f5d3cd5567d0192931 /config.py
parent1c4e402dca261127277da7bc6e34d006fef7d592 (diff)
better management of multi-channel sampling
Diffstat (limited to 'config.py')
-rw-r--r--config.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.py b/config.py
index 6917a55..e452edf 100644
--- a/config.py
+++ b/config.py
@@ -51,8 +51,8 @@ QUIT_DC_MODE_ENABLE = False
QUIT_CAPTURE_GAIN = 100
QUIT_BIAS = True
-# Maximum no. of screenshots Measure will save while recording in Sound context
-SOUND_MAX_WAVE_LOGS = 10
+# Maximum no. of data samples Measure will save
+MAX_LOG_ENTRIES = 1000
# Duty cycle of display value update
DISPLAY_DUTY_CYCLE = 100