esds/tests/interferences_bug1/receiver.py

7 lines
112 B
Python
Raw Normal View History

2024-10-24 11:19:11 +02:00
#!/usr/bin/env python
def execute(api):
code,data=api.receive("wlan0")
api.log("Receiver "+str(code))