timeout fix
This commit is contained in:
parent
9047f69296
commit
7d5c339917
@ -226,7 +226,7 @@ class RobomasterUI:
|
||||
def main():
|
||||
ip_address = "192.168.2.1"
|
||||
try:
|
||||
cmd = rm.Commander(ip=ip_address, timeout=5)
|
||||
cmd = rm.Commander(ip=ip_address, timeout=20)
|
||||
print(f"Connected to Robomaster. Version: {cmd.version()}")
|
||||
root = tk.Tk()
|
||||
root.resizable(False, False)
|
||||
|
Loading…
Reference in New Issue
Block a user