From 4694edc363704cb2d9e688ebaa8730b8e7a798f4 Mon Sep 17 00:00:00 2001 From: Mikhail Grushinskiy Date: Mon, 12 Feb 2024 04:03:56 -0500 Subject: [PATCH] update pypilot --- .circleci/config.yml | 2 +- install-scripts/4-server/15-pypilot.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 04f0b911..ff164346 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -75,4 +75,4 @@ workflows: build_all: jobs: - build-full-raspbian-bookworm-arm64 -# - build-lite-raspbian-bookworm-arm64 + - build-lite-raspbian-bookworm-arm64 diff --git a/install-scripts/4-server/15-pypilot.sh b/install-scripts/4-server/15-pypilot.sh index c6721e3d..603f0988 100644 --- a/install-scripts/4-server/15-pypilot.sh +++ b/install-scripts/4-server/15-pypilot.sh @@ -89,7 +89,7 @@ pushd ./stageCache if [[ ! -d ./pypilot ]]; then git clone https://github.com/pypilot/pypilot.git cd pypilot - git checkout 8b40189875c3f947e7a893a1a987e837b3dbc104 # Jan 11, 2023 + git checkout 7d8f73e60c2c1703136fed82bdba6abf38224f20 # Feb 11, 2024 cd .. git clone --depth=1 https://github.com/pypilot/pypilot_data.git cp -rv ./pypilot_data/* ./pypilot