mirror of
https://gitlab.com/manzerbredes/esds.git
synced 2025-04-05 17:46:29 +02:00
6 lines
112 B
Python
6 lines
112 B
Python
#!/usr/bin/env python
|
|
|
|
def execute(api):
|
|
code,data=api.receive("wlan0")
|
|
api.log("Receiver "+str(code))
|
|
|