From 85dcfbbf360705fc40b048cb256158d89c7dcf98 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 83802a1d90..8e89899957 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 {