ekstrand / ESP8266wifi

ESP8266 Arduino library with built in reconnect functionality
MIT License
451 stars 235 forks source link

Added readBuffer() helper method #15

Closed cederberg closed 8 years ago

cederberg commented 8 years ago

Building on #14, this adds a new readBuffer() method to simplify reading until a delim char is found.

This code is untested and experimental.