From 70df187a8745a07a1e50a29504e660170689e1c6 Mon Sep 17 00:00:00 2001 From: HaraldSchafer Date: Tue, 11 Jan 2022 18:49:53 -0800 Subject: [PATCH] update comment (#23495) --- selfdrive/ui/qt/offroad/settings.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/ui/qt/offroad/settings.cc b/selfdrive/ui/qt/offroad/settings.cc index 83802a1d9076d5..8e898999574232 100644 --- a/selfdrive/ui/qt/offroad/settings.cc +++ b/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 8° down. openpilot is continuously calibrating, resetting is rarely required."; std::string calib_bytes = Params().get("CalibrationParams"); if (!calib_bytes.empty()) { try {