BeyondRobotix / mavesp8266

ESP8266 WiFi Access Point and MAVLink Bridge
Other
182 stars 173 forks source link

Some question about the IP address and the receive buffer of ESP8266 #26

Open liangzelang opened 8 years ago

liangzelang commented 8 years ago

thank you for your great work .and I have used your open source to finish my project .but there are some questions whick I can't understand and solve.

1、I have try to change the IP Address of ESP8266 with the function of WiFi.config(IPAdress) ,but it doesn't work.

2、 I also try to change the SSID of the WiFi in the file of mavesp8266_parameters.cpp ,also,it doesn't work.

3、 last one , I set the ESP8266 as the TCP server ,and I will send a lot of date to ESP8266, and I hope to know the Receive buffer size of ESP8266.

thank you very much.