thanks you are right. I forgot the True value...
Now it's working properly.
BRself.wlan.active() should be self.wlan.active(True).
Marco
BRself.wlan.active() should be self.wlan.active(True).
Code: Select all
from esp import espnow
Code: Select all
import espnow