mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-05 13:32:05 +08:00
fw_versions: fix params.remove
old-commit-hash: 5a8686b439d183e56a56e916abaa4cbeb43254a1
This commit is contained in:
@@ -357,7 +357,7 @@ if __name__ == "__main__":
|
||||
|
||||
# Set up params for boardd
|
||||
params = Params()
|
||||
params.delete("FirmwareQueryDone")
|
||||
params.remove("FirmwareQueryDone")
|
||||
params.put_bool("IsOnroad", False)
|
||||
time.sleep(0.2) # thread is 10 Hz
|
||||
params.put_bool("IsOnroad", True)
|
||||
|
||||
Reference in New Issue
Block a user