mirror of
https://gitlab.com/manzerbredes/esds.git
synced 2025-04-19 03:59:45 +00:00
Debug wired communications when receiver is off.
This commit is contained in:
parent
33ffa0b6e0
commit
18c705a11e
4 changed files with 15 additions and 12 deletions
|
@ -17,5 +17,6 @@ def execute(api):
|
|||
code, data=api.receivet("eth0",1)
|
||||
msg="Received: "+data if code == 0 else "Receive failed code="+str(code)
|
||||
api.log(msg)
|
||||
api.turn_off()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue