what do you think about this:
I configured an ESP01 running in SOFTAP-STATION mode. I used the default address, so my ESP AP running with 192.168.4.1 with DHCP enabled. Now, I would like to connect to another ESP AP(with same configuration of first) using STATION connect features. The other AP running also with the same address-range, so after STATION connect my ESP should have 192.168.4.2. What's happen if from the first ESP I would post data to other ESP that have same address 192.168.4.1? From a point of TCP Stack this is not possible ( duplicate IP address), I don't know exaclty how ESP works in this condition, same behaviour of TCP network card? ( or station interface has priority to server AP interface?)
Thank you in advance.... Rgds
Francesco Barone