Nethrandir

Results 1 comments of Nethrandir

Got it ! :) it's dev issue, i made same error: do not use ifconfig but ipconfig to handle network conf. replace your line : sta_if.ifconfig(cfg) by something like: sta_if.ipconfig(addr4=(cfg[0],cfg[1]))...