From 224ea0e1d3db375356f7fc6456b6e28554b4d77b Mon Sep 17 00:00:00 2001 From: sotech117 Date: Thu, 14 Dec 2023 22:31:22 -0500 Subject: merge --- __pycache__/utils.cpython-38.pyc | Bin 3263 -> 2503 bytes utils.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/__pycache__/utils.cpython-38.pyc b/__pycache__/utils.cpython-38.pyc index 6a8e2eb..972bdec 100644 Binary files a/__pycache__/utils.cpython-38.pyc and b/__pycache__/utils.cpython-38.pyc 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: -- cgit v1.2.3-70-g09d2