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,5 @@
#!/usr/bin/env python
def execute(api):
code=api.send("wlan0","Hello World!",1,1)
api.log("Sender "+str(code))