mirror of
https://gitlab.com/manzerbredes/esds.git
synced 2025-05-10 01:56:29 +00:00
Debug and improve interference detection
This commit is contained in:
parent
c05a90570f
commit
a7f38dc162
13 changed files with 119 additions and 54 deletions
|
@ -1,5 +1,8 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
def execute(api):
|
||||
pass
|
||||
code, data=api.receive("wlan0")
|
||||
api.log("Receiver code 1 "+str(code))
|
||||
code, data=api.receive("wlan0")
|
||||
api.log("Receiver code 2 "+str(code))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue