aboutsummaryrefslogtreecommitdiff
path: root/Recv.py
diff options
context:
space:
mode:
Diffstat (limited to 'Recv.py')
-rw-r--r--Recv.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Recv.py b/Recv.py
index 82eb7bf..9ea02c4 100644
--- a/Recv.py
+++ b/Recv.py
@@ -5,7 +5,7 @@ from utils import *
# Receiver Class: Used to continuos listen for sound waves in the corresponding frequency range
# and decode the data being sent
class Recv:
- def __init__(self, start_freq=19000):
+ def __init__(self, start_freq=18500):
# initialize frequency related variables with default values
self.start_freq = start_freq
self.freq_range = 500