Skip to content

Commit

Permalink
update comment (commaai#23495)
Browse files Browse the repository at this point in the history
  • Loading branch information
haraschax authored Jan 12, 2022
1 parent 678732d commit 85dcfbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/ui/qt/offroad/settings.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 85dcfbb

Please sign in to comment.