This commit is contained in:
Your Name
2024-02-13 16:59:27 -06:00
parent 3682b25f81
commit 8b60a60703
4 changed files with 6 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
cd /data/openpilot cd /data/openpilot
sudo bash /data/openpilot/shell/start_service.sh sudo bash /data/openpilot/shell/init_shell.sh
# Blank the UI (assuming framebuffer device is /dev/fb0) # Blank the UI (assuming framebuffer device is /dev/fb0)
# This command clears the framebuffer, effectively blanking the screen # This command clears the framebuffer, effectively blanking the screen

View File

@@ -232,8 +232,9 @@ OnboardingWindow::OnboardingWindow(QWidget *parent) : QStackedWidget(parent) {
)"); )");
// # Oscar sez // # Oscar sez
// Params().put("HasAcceptedTerms", current_terms_version); Params().put("HasAcceptedTerms", current_terms_version);
// accepted_terms = true; params().put("CompletedTrainingVersion", current_training_version);
accepted_terms = true;
emit onboardingDone();
updateActiveScreen(); updateActiveScreen();
} }

View File

@@ -12,6 +12,6 @@ if [ ! -f /data/openpilot/shell/bg.jpg ]; then
echo Reverted custom logo for comma boot sequence echo Reverted custom logo for comma boot sequence
sudo sync sudo sync
sleep 2 sleep 2
sudo reboot sudo mount -o remount,ro /
fi fi
fi fi