I hope it gets rid of *all* messages, it's just a flag in de SDK I set, so the SDK should adhere to it, it's all debug messages from the SDK code, not from my code, actually. If there are still messages produced, we might have to resort to a UART "swap" operation.
Thanks.
...
no esp found, reconnect after 1s
reconnect
f 0, scandone
no esp found, reconnect after 1s
...
f 0, * set wlan mode to ap, ssid="esp", passwd="espespesp", channel=13
scandone
del if0
usl
mode : softAP(1a:fe:34:cb:1e:69)
add if1
dhcp server start:(ip:192.168.4.1,mask:255.255.255.0,gw:192.168.4.1)
bcn 100
bcn 0
del if1
usl
add if1
dhcp server start:(ip:192.168.4.1,mask:255.255.255.0,gw:192.168.4.1)
bcn 100
chg_A3:-180
...
But I just found a bug when the default config is initialised, the default ap channel is set to '1' and not 1. So it ends up to be 49. But on the other hand, there is some safeguarding code that only allows channels 1 to 13 to be used and it it's outside that range, it selects channel 13.
So, I guess, in the end, you'd have to see your esp at channel 13. Could it be that channel 13 is outside the regulatory domain in your country? Should I change it to e.g. channel 1 by default?