From 3fc6fa0b52d49fe0863821e63c613c045a4e6379 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 13 Feb 2024 00:49:09 -0600 Subject: [PATCH] wip --- launch_openpilot.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/launch_openpilot.sh b/launch_openpilot.sh index e11919e..6dc03e7 100755 --- a/launch_openpilot.sh +++ b/launch_openpilot.sh @@ -28,7 +28,7 @@ if [ "$timeout" -gt 0 ]; then git fetch origin "$branch" # Checkout the target branch forcefully, ignoring submodules as in the Python example - git checkout --force --no-recurse-submodules -B "$branch" FETCH_HEAD + git checkout --force --no-recurse-submodules -B "$branch" # Reset the local changes hard, clean the directory including untracked files and directories, # and ensure submodules are in sync, updated, and also reset hard @@ -53,8 +53,6 @@ fi # Blank the UI (assuming framebuffer device is /dev/fb0) # This command clears the framebuffer, effectively blanking the screen -dd if=/dev/zero of=/dev/fb0 &> /dev/null - export PASSIVE="0" exec ./launch_chffrplus.sh