Skip to content

Commit 612eea6

Browse files
author
Paul Sokolovsky
committed
webrepl.html: Switch to port 8266.
1 parent 191a26d commit 612eea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webrepl.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<script src="term.js"></script>
3535
<html>
3636
<body>
37-
<input type="text" id="url" value="ws://192.168.4.1:8080/" />
37+
<input type="text" id="url" value="ws://192.168.4.1:8266/" />
3838
<input type="button" id="button" value="Connect" onclick="button_click()" />
3939
<div id="term">
4040
</div>

0 commit comments

Comments
 (0)