Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-03 | docs/esp8266: In TCP tutorial, add HTTP response code and content-type. | Jesse Andrews | |
Show how to send an HTTP response code and content-type. Without the response code Safari/iOS will fail. Without the content-type Lynx/Links will fail. | |||
2019-12-04 | docs: Remove spaces on lines that are empty. | Damien George | |
2019-10-16 | docs/esp8266/tutorial: Make http_get sample function self contained. | Thiago Paes | |
2017-01-04 | docs/esp8266/tutorial: Close socket after reading page content. | Max | |
2016-05-07 | Fix ESP8266 Network tutorial | Paulus Schoutsen | |
The socket should either connect to `addr` or `addr_info[0][-1]`. Not to `addr[0][-1]`. | |||
2016-05-03 | docs/esp8266: Add ESP8266 tutorial. | Damien George | |