doesn't write param now

pull/31792/head
Shane Smiskol 1 year ago
parent 9f0d8fdf61
commit a4d1b5441f
  1. 3
      selfdrive/ui/qt/offroad/settings.cc

@ -129,8 +129,7 @@ void TogglesPanel::showEvent(QShowEvent *event) {
}
void TogglesPanel::updatePersonalitySetting(int personality) {
// Update the personality setting in the UI + write param
qDebug() << "updatePersonalitySetting" << personality;
// Update the personality setting in the UI
long_personality_setting->setCheckedButton(personality);
}

Loading…
Cancel
Save