Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
micropython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
micropython
Commits
006ffe15
Commit
006ffe15
authored
Apr 30, 2016
by
Paul Sokolovsky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
esp8266/scripts/webrepl: Connection ack prompt is now printed by modwebrepl.
After password is checked.
parent
859e4e94
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
esp8266/scripts/webrepl.py
esp8266/scripts/webrepl.py
+0
-1
No files found.
esp8266/scripts/webrepl.py
View file @
006ffe15
...
...
@@ -36,7 +36,6 @@ def accept_conn(listen_sock):
# notify REPL on socket incoming data
cl
.
setsockopt
(
socket
.
SOL_SOCKET
,
20
,
uos
.
dupterm_notify
)
uos
.
dupterm
(
ws
)
print
(
"WebREPL connected
\n
>>> "
,
end
=
""
)
def
stop
():
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment