Fixing bug in interferences

This commit is contained in:
Loïc Guégan 2024-10-24 11:19:11 +02:00
parent 5a19e10e06
commit e311aaa2be
6 changed files with 66 additions and 5 deletions

View file

@ -0,0 +1,6 @@
#!/usr/bin/env python
def execute(api):
code,data=api.receive("wlan0")
api.log("Receiver "+str(code))