| Commit message (Collapse) | Author | Age |
| |
|
| |
|
|
|
|
| |
At least, Sphinx 1.3.6.
|
|
|
|
| |
This follows similar warnings in other parts of docs.
|
| |
|
|
|
|
|
| |
Give a clearly dissuading tone on end users trying 512KB version
- it has to many end-usery features lacking.
|
|
|
|
|
| |
esptool 1.3 now supports both Python 2.7 and 3.4+.
Updated github link to now-official espressif repo.
|
| |
|
| |
|
|
|
|
|
| |
Add a "Getting the firmware" section to better describe how to get hold of
the MicroPython firmware, especially if you have a 512kb module.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
It used a standard BootROM programming algo and may be useful as a
fallback.
|
| |
|
| |
|
| |
|
|
|
|
| |
Tries to summarize most of the issues we've seen so far.
|
|
|
|
|
| |
People tend to skip introductions (everyone knows what esp8266 is, right?),
so try to do A/B testing with a title inviting to read it.
|
|
|
|
| |
Not all NodeMCU boards require it.
|
| |
|
| |
|
| |
|
|
|
|
| |
Fixes issue #2065.
|
|
|
| |
The socket should either connect to `addr` or `addr_info[0][-1]`. Not to `addr[0][-1]`.
|
| |
|
| |
|
|
|
|
| |
At http://micropython.org/webrepl .
|
| |
|
| |
|
| |
|
|
|