mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-11 17:13:56 -03:00
parent
ef0b52e017
commit
e741cb28d2
@ -296,7 +296,8 @@ def find_root_dir():
|
||||
|
||||
def wait_unlimited():
|
||||
"""Wait until signal received"""
|
||||
time.sleep(987654321987654321)
|
||||
while True:
|
||||
time.sleep(600)
|
||||
|
||||
|
||||
vinfo = vehicleinfo.VehicleInfo()
|
||||
|
Loading…
Reference in New Issue
Block a user