itead / ITEADLIB_Arduino_WeeESP8266

An easy-to-use Arduino ESP8266 library besed on AT firmware.
MIT License
528 stars 284 forks source link

[changed] AT+CIPMODE #10

Closed 0crash0 closed 9 years ago

0crash0 commented 9 years ago

Hello, exist some possibility to change baud rate for hardware serial and software serial from main sketch?

or i must change it in ESP8266.h ??

and if not exist can you modify lib for doing that

0crash0 commented 9 years ago

i'm so stupid ... i'll understand how do that: ESP8266 wifi(Serial1,115200);

0crash0 commented 9 years ago

FW Version:AT version:0.21.0.0 i've error while trying to run tcp server because your lib not support AT+CIPMODE

shennongmin commented 9 years ago

I'am sorry! baud rate cannot be changed for now due to the version of esp8266 firmware.