removed comments

simple_control
Simon Pirkelmann 2019-08-13 14:11:03 +02:00
parent 4cc44b3cd6
commit 522bd87c9c
1 changed files with 0 additions and 5 deletions

View File

@ -13,12 +13,7 @@ pygame.display.set_mode((640, 480))
rc_socket = socket.socket()
try:
rc_socket.connect((ip, 1234)) # connect to robot
#rc_socket.connect(('192.168.4.1', 1234)) # connect to robot
#rc_socket.connect(('192.168.1.101', 1234)) # connect to robot
#rc_socket.connect(('192.168.1.102', 1234)) # connect to robot
#rc_socket.connect(('192.168.1.103', 1234)) # connect to robot
except socket.error:
print("could not connect to socket")