mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
Change sock per PR comments.
This commit is contained in:
parent
eeb8532651
commit
2be89b5b20
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ def process_tnc_commands(data):
|
||||||
"[SCK] command execution error", e=err, command=received_json
|
"[SCK] command execution error", e=err, command=received_json
|
||||||
)
|
)
|
||||||
|
|
||||||
# TRANSMIT SINE WAVE -----------------------------------------------------
|
# TRANSMIT TEST FRAME ----------------------------------------------------
|
||||||
if (
|
if (
|
||||||
received_json["type"] == "set"
|
received_json["type"] == "set"
|
||||||
and received_json["command"] == "send_test_frame"
|
and received_json["command"] == "send_test_frame"
|
||||||
|
|
Loading…
Reference in a new issue