@@ -296,26 +296,30 @@ WebREPL (web browser interactive prompt)
296296
297297WebREPL (REPL over WebSockets, accessible via a web browser) is an
298298experimental feature available in ESP8266 port. Download web client
299- from https://github.com/micropython/webrepl , and start daemon using::
299+ from https://github.com/micropython/webrepl (hosted version available
300+ at http://micropython.org/webrepl), and start the daemon on a device
301+ using::
300302
301303 import webrepl
302304 webrepl.start()
303305
304- (Release version will have it started on boot by default.)
306+ (Release versions have it started on boot by default.)
305307
306308On a first connection, you will be prompted to set password for future
307309sessions to use.
308310
309311The supported way to use WebREPL is by connecting to ESP8266 access point,
310312but the daemon is also started on STA interface if it is active, so if your
311- routers is set up and works correctly, you may also use it while connecting
312- to your normal Internet access point (use ESP8266 AP connection method if
313- face any issues).
313+ router is set up and works correctly, you may also use WebREPL while connected
314+ to your normal Internet access point (use the ESP8266 AP connection method
315+ if you face any issues).
314316
315317WebREPL is an experimental feature and a work in progress, and has known
316- issues. There's also provision to transfer (both upload and download)
317- files over WebREPL connection, but it has unstable status (be ready to
318- reboot a module in case of issues). It still may be a practical way to
318+ issues.
319+
320+ There's also provision to transfer (both upload and download)
321+ files over WebREPL connection, but it has even more experimental status
322+ than the WebREPL terminal mode. It is still a practical way to
319323get script files onto ESP8266, so give it a try using ``webrepl_cli.py ``
320- from the repository above. See forum for other community-supported
321- alternatives to transfer files to ESP8266.
324+ from the repository above. See the MicroPython forum for other
325+ community-supported alternatives to transfer files to ESP8266.
0 commit comments