aboutsummaryrefslogtreecommitdiff
path: root/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'utils.py')
-rw-r--r--utils.py2
1 files changed, 1 insertions, 1 deletions
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: