update comment (#23495)

This commit is contained in:
HaraldSchafer
2022-01-11 18:49:53 -08:00
committed by GitHub
parent 678732d0ce
commit 85dcfbbf36

View File

@@ -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 {