I am using ESP8266 BOARD which is loaded with SDK 1.3.0 and build:1.3.0.2 .
In that If i set the IP by AT+CIPSTA command then its work as TCP client and send a data to server. But when I enable DHCP by using AT+CWDHCP=1,0 then its not work.
I want to know is it support DHCP enable or not.