FrogPilot base

This commit is contained in:
James
2025-12-01 12:00:00 -07:00
parent 4726bdce29
commit 41bf1bd2cb
144 changed files with 1254 additions and 39 deletions
+6
View File
@@ -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: