summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormax <max@65a5c917-d112-43f1-993d-58c26a4786be>2013-06-13 02:33:05 +0000
committermax <max@65a5c917-d112-43f1-993d-58c26a4786be>2013-06-13 02:33:05 +0000
commit1cb90fe5e2bf29719e2576a64f0afe022c85960f (patch)
tree6ad142e8e19414d450732ca23d09aef82451faf2
parentb972f5400d2ef551b820b9ffe7c4b1f305a42b63 (diff)
add speed 6000
git-svn-id: http://op25.osmocom.org/svn/trunk@315 65a5c917-d112-43f1-993d-58c26a4786be
-rwxr-xr-xrepeater/src/python/scope.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/repeater/src/python/scope.py b/repeater/src/python/scope.py
index 76a5845..44f0df5 100755
--- a/repeater/src/python/scope.py
+++ b/repeater/src/python/scope.py
@@ -47,7 +47,7 @@ from usrpm import usrp_dbid
import gnuradio.wxgui.plot as plot
-speeds = [300, 600, 900, 1200, 1440, 1800, 1920, 2400, 2880, 3200, 3600, 3840, 4000, 4800, 6400, 7200, 8000, 9600, 14400, 19200]
+speeds = [300, 600, 900, 1200, 1440, 1800, 1920, 2400, 2880, 3200, 3600, 3840, 4000, 4800, 6000, 6400, 7200, 8000, 9600, 14400, 19200]
WIRESHARK_PORT = 23456