You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
update websocket examples
This commit is contained in:
@@ -9,8 +9,8 @@ host = 'ws.postman-echo.com'
|
||||
port = 443
|
||||
handshake_path = '/raw'
|
||||
# Option: echo.websocket.events (unreliable)
|
||||
# host = 'echo.websocket.events'
|
||||
# handshake_path = '/'
|
||||
#host = 'echo.websocket.events'
|
||||
#handshake_path = '/'
|
||||
|
||||
try:
|
||||
addr_info = socket.getaddrinfo(host, port)[0][-1]
|
||||
|
||||
Reference in New Issue
Block a user