Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
micropython
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
card10
micropython
Commits
d8cc51ea
Commit
d8cc51ea
authored
8 years ago
by
Paul Sokolovsky
Browse files
Options
Downloads
Patches
Plain Diff
docs/esp8266/quickref: Update WebREPL section for 1.8.1 release.
WebREPL is much more stable now.
parent
ed4e5d25
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/esp8266/quickref.rst
+14
-10
14 additions, 10 deletions
docs/esp8266/quickref.rst
with
14 additions
and
10 deletions
docs/esp8266/quickref.rst
+
14
−
10
View file @
d8cc51ea
...
...
@@ -296,26 +296,30 @@ WebREPL (web browser interactive prompt)
WebREPL (REPL over WebSockets, accessible via a web browser) is an
experimental feature available in ESP8266 port. Download web client
from https://github.com/micropython/webrepl , and start daemon using::
from https://github.com/micropython/webrepl (hosted version available
at http://micropython.org/webrepl), and start the daemon on a device
using::
import webrepl
webrepl.start()
(Release version
will
have it started on boot by default.)
(Release version
s
have it started on boot by default.)
On a first connection, you will be prompted to set password for future
sessions to use.
The supported way to use WebREPL is by connecting to ESP8266 access point,
but the daemon is also started on STA interface if it is active, so if your
router
s
is set up and works correctly, you may also use
it
while connect
ing
to your normal Internet access point (use ESP8266 AP connection method
if
face any issues).
router is set up and works correctly, you may also use
WebREPL
while connect
ed
to your normal Internet access point (use
the
ESP8266 AP connection method
if you
face any issues).
WebREPL is an experimental feature and a work in progress, and has known
issues. There's also provision to transfer (both upload and download)
files over WebREPL connection, but it has unstable status (be ready to
reboot a module in case of issues). It still may be a practical way to
issues.
There's also provision to transfer (both upload and download)
files over WebREPL connection, but it has even more experimental status
than the WebREPL terminal mode. It is still a practical way to
get script files onto ESP8266, so give it a try using ``webrepl_cli.py``
from the repository above. See
forum for other community-supported
alternatives to transfer files to ESP8266.
from the repository above. See
the MicroPython forum for other
community-supported
alternatives to transfer files to ESP8266.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment