14 lines
195 B
Python
14 lines
195 B
Python
|
|
|
|
######################################
|
|
# Quick Sync Tool for the jibo robot #
|
|
######################################
|
|
|
|
|
|
# For ftp -> ftpd server required
|
|
|
|
ROBOT_IP = 0.0.0.0
|
|
PROTOCOL = "ftp"
|
|
|
|
|