Debug and improve interference detection

This commit is contained in:
Loïc Guégan 2023-08-22 18:18:32 +02:00
parent c05a90570f
commit a7f38dc162
13 changed files with 119 additions and 54 deletions

View file

@ -1,4 +1,5 @@
#!/usr/bin/env python
def execute(api):
api.send("wlan0","Hello World!",1,1)
code=api.send("wlan0","Hello World!",1,1)
api.log("Sender "+str(code))