aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsotech117 <michael_foiani@brown.edu>2023-12-14 22:31:22 -0500
committersotech117 <michael_foiani@brown.edu>2023-12-14 22:31:22 -0500
commit224ea0e1d3db375356f7fc6456b6e28554b4d77b (patch)
treeaafbab38f933fc0b5a76db06ede740e88581eb3f
parentb8ab1e8abf56ccaabff8b9414d9d64a151079a1b (diff)
merge
-rw-r--r--__pycache__/utils.cpython-38.pycbin3263 -> 2503 bytes
-rw-r--r--utils.py2
2 files changed, 1 insertions, 1 deletions
diff --git a/__pycache__/utils.cpython-38.pyc b/__pycache__/utils.cpython-38.pyc
index 6a8e2eb..972bdec 100644
--- a/__pycache__/utils.cpython-38.pyc
+++ b/__pycache__/utils.cpython-38.pyc
Binary files differ
diff --git a/utils.py b/utils.py
index 077fe8d..fcbb278 100644
--- a/utils.py
+++ b/utils.py
@@ -63,7 +63,7 @@ def frequencies_to_bits(frequencies, expected_freqs):
def play_data(data, start_freq, freq_step, bytes_per_transmit, stream):
freq_list = calculate_send_frequencies(start_freq, freq_step, bytes_per_transmit)
- send_duration = .25
+ send_duration = 1.0
flip_flag = 0 # TODO: make this global between plays
for byte in data: