We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51cee44 commit 90b2cfeCopy full SHA for 90b2cfe
1 file changed
esp8266/scripts/webrepl.py
@@ -22,7 +22,7 @@ def setup_conn(port):
22
for i in (network.AP_IF, network.STA_IF):
23
iface = network.WLAN(i)
24
if iface.active():
25
- print("WebREPL daemon started on %s:%d" % (iface.ifconfig()[0], port))
+ print("WebREPL daemon started on ws://%s:%d" % (iface.ifconfig()[0], port))
26
27
28
def accept_conn(listen_sock):
0 commit comments