Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By diffstorm
#35151 Hello,

I start my app with WiFi.mode(WIFI_AP_STA);
I have a UDP server in the code.

When esp's client connected to my wifi and also it has its own wifi AP, I simply cannot access the UDP server from one of them (AP or STA).
I just start the server, before waiting wifi to be connected because STA wifi can be continiously disconnect-connect in time..

How I can get it work with both interfaces?

BR