Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | esp8266: In callback helpers, pop nlr_buf on successful call. | Damien George | 2016-04-13 |
| | | | | | | | nlr_pop must be called if no exception was raised. Also, return value of these callback helpers is made void because ther is (currently) no use for it. | ||
* | esp8266: Add esp.socket class, with ESP-style socket functionality. | Josef Gajdusek | 2015-05-04 |
* UDP currently not supported * As there is no way (that I know of) the espconn_regist_connectcb() callback can recognize on which socket has the connection arrived, only one listening function at a time is supported |