new ip
This commit is contained in:
@@ -72,7 +72,7 @@ def stream_gcode_websocket(gcode):
|
||||
"""Streams G-code commands to the WebSocket server."""
|
||||
global ws
|
||||
ws = websocket.WebSocket()
|
||||
ws.connect("ws://192.168.0.1:81") # Replace with your server's address
|
||||
ws.connect("ws://192.168.8.219:81") # Replace with your server's address
|
||||
|
||||
# Start the receiver thread
|
||||
t = threading.Thread(target=receiver, daemon=True)
|
||||
|
||||
Reference in New Issue
Block a user