ekstrand / ESP8266wifi

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

Connection #18

Closed tuna-f1sh closed 8 years ago

tuna-f1sh commented 8 years ago

Hi Jonas,

Firstly, great work on the library. I used it in my recent project: http://engineer.john-whittington.co.uk/2015/12/nixie-tube-energy-meter/

I made some changes however, to allow an ESP8266 server usage that one can poll for new client connections/messages, rather than 'blocking' waiting for serial data. It means you can check for messages within a loop that contains other time sensitive operations.

I've updated the README to explain the new functions I've added and included an example project. I think other users would find the additions useful.

Thanks again, John.

ekstrand commented 8 years ago

Thanks John for you contribution! Fun to see others doing similar stuff to their homes ;)