@@ -34,21 +34,20 @@ WebREPL - a prompt over WiFi
3434----------------------------
3535
3636WebREPL 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
4444To use WebREPL connect your computer to the ESP8266's access point
4545(MicroPython-xxxxxx, see the previous section about this). If you have
4646already reconfigured your ESP8266 to connect to a router then you can
4747skip 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,
5251by default the IP address is correct when connected to the ESP8266's access
5352point). If the connection succeeds then you should see a welcome message.
5453
0 commit comments