Skip to content

Commit 1f396c5

Browse files
committed
docs/esp8266/tutorial/repl: Suggest using hosted WebREPL client.
At http://micropython.org/webrepl .
1 parent fb5017f commit 1f396c5

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

docs/esp8266/tutorial/repl.rst

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,21 +34,20 @@ WebREPL - a prompt over WiFi
3434
----------------------------
3535

3636
WebREPL allows you to use the Python prompt over WiFi, connecting through a
37-
browser.
37+
browser. The latest versions of Firefox and Chrome are supported.
3838

39-
The first thing you need to do is get the WebREPL client loaded in your
40-
favourite browser. The client can be found in the GitHub repository
41-
`<https://github.com/micropython/webrepl>`__ . It is called webrepl.html.
42-
The latest versions of Firefox and Chrome are supported.
39+
For your convinience, WebREPL client is hosted at
40+
`<http://micropython.org/webrepl>`__ . Alternatively, you can install it
41+
locally from the the GitHub repository
42+
`<https://github.com/micropython/webrepl>`__ .
4343

4444
To use WebREPL connect your computer to the ESP8266's access point
4545
(MicroPython-xxxxxx, see the previous section about this). If you have
4646
already reconfigured your ESP8266 to connect to a router then you can
4747
skip this part.
4848

49-
Once you are on the same network as the ESP8266 you should then open
50-
open webrepl.html in your browser and click the "Connect" button (if
51-
you are connecting via a router then you may need to change the IP address,
49+
Once you are on the same network as the ESP8266 you click the "Connect" button
50+
(if you are connecting via a router then you may need to change the IP address,
5251
by default the IP address is correct when connected to the ESP8266's access
5352
point). If the connection succeeds then you should see a welcome message.
5453

0 commit comments

Comments
 (0)