diff options
author | sotech117 <michael_foiani@brown.edu> | 2023-12-14 22:31:22 -0500 |
---|---|---|
committer | sotech117 <michael_foiani@brown.edu> | 2023-12-14 22:31:22 -0500 |
commit | 224ea0e1d3db375356f7fc6456b6e28554b4d77b (patch) | |
tree | aafbab38f933fc0b5a76db06ede740e88581eb3f | |
parent | b8ab1e8abf56ccaabff8b9414d9d64a151079a1b (diff) |
merge
-rw-r--r-- | __pycache__/utils.cpython-38.pyc | bin | 3263 -> 2503 bytes | |||
-rw-r--r-- | utils.py | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/__pycache__/utils.cpython-38.pyc b/__pycache__/utils.cpython-38.pyc Binary files differindex 6a8e2eb..972bdec 100644 --- a/__pycache__/utils.cpython-38.pyc +++ b/__pycache__/utils.cpython-38.pyc @@ -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: |