update local websocket url
This commit is contained in:
parent
0b8cf2fef8
commit
f0eac842a5
2
main.py
2
main.py
@ -8,7 +8,7 @@ mac = ubinascii.hexlify(wlan.config("mac")[-3:]).decode("ascii")
|
|||||||
# Remote server
|
# Remote server
|
||||||
url = "ws://ws.achex.ca:4010"
|
url = "ws://ws.achex.ca:4010"
|
||||||
# Local server
|
# Local server
|
||||||
#url = "ws://10.42.0.1:80/p2p/" + name + "/browser/"
|
#url = "ws://192.168.2.1:80/p2p/sumo-%s/browser/" % mac
|
||||||
|
|
||||||
# Code to execute
|
# Code to execute
|
||||||
ast = ""
|
ast = ""
|
||||||
|
Loading…
Reference in New Issue
Block a user