wip
This commit is contained in:
@@ -210,7 +210,7 @@ def thermald_thread(end_event, hw_queue) -> None:
|
||||
|
||||
# For testing a temporary overtemp notice
|
||||
# set to 20 to show
|
||||
test_temp_count = 20
|
||||
test_temp_count = 0
|
||||
|
||||
while not end_event.is_set():
|
||||
sm.update(PANDA_STATES_TIMEOUT)
|
||||
|
||||
@@ -89,7 +89,8 @@ void HomeWindow::offroadTransition(bool offroad) {
|
||||
body->setEnabled(false);
|
||||
if (offroad) {
|
||||
sidebar->setVisible(false);
|
||||
slayout->setCurrentWidget(ready);
|
||||
// slayout->setCurrentWidget(ready);
|
||||
slayout->setCurrentWidget(home);
|
||||
// this->showDriverView(true, true); // Temp
|
||||
} else {
|
||||
sidebar->setVisible(false);
|
||||
|
||||
Reference in New Issue
Block a user