aboutsummaryrefslogtreecommitdiff
path: root/Sender.py
diff options
context:
space:
mode:
Diffstat (limited to 'Sender.py')
-rw-r--r--Sender.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/Sender.py b/Sender.py
index cf933d3..d42cfe9 100644
--- a/Sender.py
+++ b/Sender.py
@@ -121,10 +121,10 @@ def receive_string(data, start_freq=18000, freq_step=250):
# Example usage
# data for the letter h
-# 01101000
-data = [18250, 18500, 19000]
-decoded_string = receive_string(data)
-print(decoded_string)
+# # 01101000
+# data = [18250, 18500, 19000]
+# decoded_string = receive_string(data)
+# print(decoded_string)
# transmit_string("h")