我用这个路由器时按钮无反应(能ping 通),但另外一个路由时是成功的,还要改哪里吗?
Solved! Go to Solution.
改py如下就可以了
# IP details for the TCP server
DEFAULT_IP = '192.168.2.58' # IP address of the TCP server
DEFAULT_PORT = 50007 # Port of the TCP server
server_ip = '192.168.2.58'
server_port= 50007
改py如下就可以了
# IP details for the TCP server
DEFAULT_IP = '192.168.2.58' # IP address of the TCP server
DEFAULT_PORT = 50007 # Port of the TCP server
server_ip = '192.168.2.58'
server_port= 50007
感谢您分享经验