comment test host
This commit is contained in:
parent
a6b33ff78d
commit
7a78c55a42
|
@ -26,8 +26,8 @@ class SocketRobotArm:
|
|||
self.host = MODBUS_SERVER_HOST
|
||||
self.port = 9760
|
||||
|
||||
self.host = "127.0.0.1"
|
||||
self.port = 65432
|
||||
# self.host = "127.0.0.1"
|
||||
# self.port = 65432
|
||||
|
||||
self.tkinter_root = tkinter.Tk()
|
||||
|
||||
|
|
Loading…
Reference in New Issue