6 years, 6 months ago.

HTTP server on ESP8266

ESP8266 library does not have functions for a sever such as bind() and accept(). And so, Jan Jongboom posted patch files in https://github.com/ARMmbed/esp8266-driver/pull/41. However, I tried but got compile errors. (in lines of _serial.attach(func) and _serial.attach(callback(this, ...) in ESP8266.cpp) How to fix them?

Be the first to answer this question.