mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-09-12 11:13:46 +08:00
FrogPilot base
This commit is contained in:
@@ -410,6 +410,7 @@ class Updater:
|
||||
finalize_update()
|
||||
cloudlog.info("finalize success!")
|
||||
|
||||
# FrogPilot variables
|
||||
|
||||
def main() -> None:
|
||||
params = Params()
|
||||
@@ -449,9 +450,14 @@ def main() -> None:
|
||||
|
||||
# Run the update loop
|
||||
first_run = True
|
||||
|
||||
# FrogPilot variables
|
||||
|
||||
while True:
|
||||
wait_helper.ready_event.clear()
|
||||
|
||||
# FrogPilot variables
|
||||
|
||||
# Attempt an update
|
||||
exception = None
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user