Skip to content

Commit

Permalink
change spot's ip address
Browse files Browse the repository at this point in the history
  • Loading branch information
Smehnov authored Feb 15, 2024
1 parent 7f4daba commit cd1a826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import time
from spot_controller import SpotController

ROBOT_IP = "192.168.50.3"#os.environ['ROBOT_IP']
ROBOT_IP = "10.0.0.3"#os.environ['ROBOT_IP']
SPOT_USERNAME = "admin"#os.environ['SPOT_USERNAME']
SPOT_PASSWORD = "2zqa8dgw7lor"#os.environ['SPOT_PASSWORD']

Expand Down

0 comments on commit cd1a826

Please sign in to comment.