mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-22 04:53:53 +08:00
update comment (#23495)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user