Skip to content

Commit

Permalink
Update arduino address
Browse files Browse the repository at this point in the history
  • Loading branch information
vielma24 committed Jan 19, 2018
1 parent 118c566 commit 1b4a35e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rover/core/servers/ArduinoSocketServer/mobility.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
time.sleep(5)

# Arduino address and connection info
address = ("192.168.1.177", 5000)
address = ("192.168.1.10", 5000)
client_socket = socket(AF_INET, SOCK_DGRAM)
client_socket.settimeout(0.5)

Expand Down

0 comments on commit 1b4a35e

Please sign in to comment.