This commit is contained in:
Your Name
2024-04-29 12:28:12 -05:00
parent 68c29c6842
commit 2c575dae83
4 changed files with 6 additions and 5 deletions

View File

@@ -215,7 +215,9 @@ OffroadHome::OffroadHome(QWidget* parent) : QFrame(parent) {
right_column->setSpacing(30);
ExperimentalModeButton *experimental_mode = new ExperimentalModeButton(this);
QObject::connect(experimental_mode, &ExperimentalModeButton::openSettings, this, &OffroadHome::openSettings);
// CLEARPILOT TEMP
// QObject::connect(experimental_mode, &ExperimentalModeButton::openSettings, this, &OffroadHome::openSettings);
QObject::connect(experimental_mode, &ExperimentalModeButton::openSettings, this, &HomeWindow::showDriverView);
right_column->addWidget(experimental_mode, 1);
SetupWidget *setup_widget = new SetupWidget;

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

View File

@@ -14,7 +14,6 @@ if [ ! -f /data/openpilot/system/clearpilot/startup_logo/bg.jpg ]; then
fi
echo Reverted custom logo for comma boot sequence
sudo sync
sleep 2
sudo reboot
while true; do
sleep 1

View File

@@ -12,10 +12,10 @@ if [ "$(md5sum /usr/comma/bg.jpg | awk '{print $1}')" != "$(md5sum /data/openpil
# If /usr/comma/bg.org does not exist
if [ ! -f /usr/comma/bg.org ]; then
if [[ "$(md5sum /usr/comma/bg.jpg | awk '{print $1}')" == "642380ba4c0f00b16e9cf6e613f43eec" ]]; then
# if [[ "$(md5sum /usr/comma/bg.jpg | awk '{print $1}')" == "642380ba4c0f00b16e9cf6e613f43eec" ]]; then
sudo mount -o remount,rw /
sudo cp /usr/comma/bg.jpg /usr/comma/bg.org
fi
sudo cp /data/openpilot/system/clearpilot/startup_logo/bg.org /usr/comma/bg.org
# fi
fi
if [[ "$(md5sum /usr/comma/bg.org | awk '{print $1}')" != "642380ba4c0f00b16e9cf6e613f43eec" ]]; then