mirror of
https://gitlab.com/manzerbredes/esds.git
synced 2025-04-30 08:47:45 +00:00
Fixing bug in interferences
This commit is contained in:
parent
5a19e10e06
commit
e311aaa2be
6 changed files with 66 additions and 5 deletions
6
tests/interferences_bug1/receiver.py
Normal file
6
tests/interferences_bug1/receiver.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
def execute(api):
|
||||
code,data=api.receive("wlan0")
|
||||
api.log("Receiver "+str(code))
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue