diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-05-03 18:40:16 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-05-03 18:40:16 +0300 |
commit | c68c327310c14f1db6baeaec59b4c4dae19ce377 (patch) | |
tree | 3f2fdb4c368e7db03dddcdac46a6620c8d511add /docs/esp8266/tutorial | |
parent | 1f396c58d9122933f2a26d2b7745fca5c4df8f96 (diff) | |
download | micropython-c68c327310c14f1db6baeaec59b4c4dae19ce377.tar.gz micropython-c68c327310c14f1db6baeaec59b4c4dae19ce377.zip |
docs/esp8266/tutorial/repl: Reword description of initial WebREPL setup a bit.
Diffstat (limited to 'docs/esp8266/tutorial')
-rw-r--r-- | docs/esp8266/tutorial/repl.rst | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/esp8266/tutorial/repl.rst b/docs/esp8266/tutorial/repl.rst index 21a82dcec0..078f31357c 100644 --- a/docs/esp8266/tutorial/repl.rst +++ b/docs/esp8266/tutorial/repl.rst @@ -52,9 +52,12 @@ by default the IP address is correct when connected to the ESP8266's access point). If the connection succeeds then you should see a welcome message. On the first connection you need to set a password. Make sure that the -terminal widget is selected by clicking on it, and then type it your password -twice (they should match each other). Then ESP8266 will then reboot with -the password applied (the WiFi will go down but come back up again). +terminal widget is selected by clicking on it, and then follow prompts to +type in your password twice (they should match each other). Then ESP8266 +will then reboot with the password applied (the WiFi will go down but come +back up again). Note that some modules may have troubles rebooting +automatically and need reset button press or power cycle (do this if +you don't see ESP8266 access point appearing in a minute or so). You should then click the "Connect" button again, and enter your password to connect. If you type in the correct password you should get a prompt |