update comment (#23495)

pull/23394/head^2
HaraldSchafer 3 years ago committed by GitHub
parent 678732d0ce
commit 85dcfbbf36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      selfdrive/ui/qt/offroad/settings.cc

@ -176,7 +176,7 @@ DevicePanel::DevicePanel(SettingsWindow *parent) : ListWidget(parent) {
void DevicePanel::updateCalibDescription() {
QString desc =
"openpilot requires the device to be mounted within 4° left or right and "
"within 5° up or down. openpilot is continuously calibrating, resetting is rarely required.";
"within 5° up or down. openpilot is continuously calibrating, resetting is rarely required.";
std::string calib_bytes = Params().get("CalibrationParams");
if (!calib_bytes.empty()) {
try {

Loading…
Cancel
Save