wip
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
||||||
Reference in New Issue
Block a user