Age | Commit message (Collapse) | Author | |
---|---|---|---|
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/tutorial: Change name of ESP8266 firmware to match actual. | Damien George | |
2016-05-03 | docs/esp8266/tutorial/repl: Reword description of initial WebREPL setup a bit. | Paul Sokolovsky | |
2016-05-03 | docs/esp8266/tutorial/repl: Suggest using hosted WebREPL client. | Paul Sokolovsky | |
At http://micropython.org/webrepl . | |||
2016-05-03 | esp8266/tutorial: Mention that esptool is available via pip. | Damien George | |
2016-05-03 | docs/esp8266/tutorial: Update pins tutorial to reflect changes in API. | Damien George | |
2016-05-03 | docs/esp8266: Add ESP8266 tutorial. | Damien George | |
2016-04-22 | docs/esp8266/tutorial: Add tutorial placeholder page. | Paul Sokolovsky | |