mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
updated datac13 test...
This commit is contained in:
parent
004ebe7d7a
commit
8b1c17ad5c
1 changed files with 4 additions and 4 deletions
|
@ -48,11 +48,11 @@ def parameters() -> dict:
|
|||
connect_data = {"type": "arq", "command": "connect", "dxcallsign": "ZZ9YY-0"}
|
||||
stop_data = {"type": "arq", "command": "stop_transmission", "dxcallsign": "ZZ9YY-0"}
|
||||
|
||||
beacon_timeout = 1
|
||||
ping_timeout = 1
|
||||
beacon_timeout = 4
|
||||
ping_timeout = 4
|
||||
cq_timeout = 2
|
||||
connect_timeout = 1
|
||||
stop_timeout = 1
|
||||
connect_timeout = 4
|
||||
stop_timeout = 4
|
||||
|
||||
beacon_tx_check = '"beacon":"transmitting"'
|
||||
cq_tx_check = '"qrv":"received"'
|
||||
|
|
Loading…
Reference in a new issue