Go back to commit 1eee1ac8

This commit is contained in:
Loic Guegan 2022-07-14 14:07:52 +02:00
parent 9671fc21ee
commit e0dbebe31d
5 changed files with 53 additions and 22 deletions

View file

@ -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()