mirror of
https://gitlab.com/manzerbredes/esds.git
synced 2025-04-19 03:59:45 +00:00
Go back to commit 1eee1ac8
This commit is contained in:
parent
9671fc21ee
commit
e0dbebe31d
5 changed files with 53 additions and 22 deletions
|
@ -17,6 +17,10 @@ def execute(api):
|
|||
code, data=api.receivet("eth0",1)
|
||||
msg="Received: "+data if code == 0 else "Receive failed code="+str(code)
|
||||
api.log(msg)
|
||||
##### Ensure communication get aborted on turned off for the sender
|
||||
api.wait(28) # Goto t=33s
|
||||
api.wait(2) # Goto t=35s
|
||||
api.turn_off()
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue