Pablo2048 wrote:Also be aware of naturality of ESP8266 SOC - it is one radio chip so if you want to connect to AP (in STA mode) the AP of ESP channel changes when it looks after STA SSID.
Interesting, can you explain me better?
Maybe that's the problem
Mine is using AP + STA. Like you.
My code is simple, I only do this to configure, in this order:
WiFi.softAP (ssidwebserver, passwordwebserver);
WiFi.begin (ssid, password);
ps: I do not use: WiFi.mode (WIFI_AP_STA);
I'm a beginner, I'm probably stumbling on some nonsense.
Thanks for listening