Add rtl_fm resample and dc/agc Morse startup fallbacks

This commit is contained in:
Smittix
2026-02-26 12:46:22 +00:00
parent a50d200af4
commit a5eefc712a
2 changed files with 85 additions and 9 deletions

View File

@@ -381,7 +381,9 @@ class TestMorseLifecycleRoutes:
assert '-E' in popen_cmds[0] and 'direct2' in popen_cmds[0]
assert '-l' not in popen_cmds[0]
assert '-E' in popen_cmds[1] and 'direct2' in popen_cmds[1]
assert '-l' in popen_cmds[1]
assert '-r' in popen_cmds[1]
assert '-A' in popen_cmds[1]
assert 'dc' in popen_cmds[1]
stop_resp = client.post('/morse/stop')
assert stop_resp.status_code == 200