ekstrand / ESP8266wifi

ESP8266 Arduino library with built in reconnect functionality
MIT License
453 stars 236 forks source link

SerialESP8266wifi.h Listen to Incoming Message #66

Open yaronze opened 5 years ago

yaronze commented 5 years ago

Hi, using listenForIncomingMessage(timeOut) enable receiving messages from client. it seems that all message are "head trim" - first character is cut by the method. e.g - if client sent "Hello World", the Arduino is showing "ello World". is it a bug in library? am i doing something wrong?

thanks