mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-07-23 20:52:06 +08:00
lets do it like that
This commit is contained in:
@@ -120,13 +120,13 @@ def main() -> None:
|
||||
time.sleep(1)
|
||||
|
||||
panda_serials = Panda.list()
|
||||
# flash and filter out Rivian longitudinal before stock logic
|
||||
panda_serials = flash_rivian_long(panda_serials)
|
||||
|
||||
if len(panda_serials) == 0:
|
||||
no_internal_panda_count += 1
|
||||
continue
|
||||
|
||||
# flash and filter out Rivian longitudinal before stock logic
|
||||
panda_serials = flash_rivian_long(panda_serials)
|
||||
|
||||
cloudlog.info(f"{len(panda_serials)} panda(s) found, connecting - {panda_serials}")
|
||||
|
||||
# Flash the first panda
|
||||
|
||||
Reference in New Issue
Block a user