mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-27 04:00:34 +08:00
Spelling errors (#19935)
This commit is contained in:
@@ -146,7 +146,7 @@ PARAM_DEFINE_INT32(SYS_CAL_BARO, 0);
|
||||
* Required temperature rise during thermal calibration
|
||||
*
|
||||
* A temperature increase greater than this value is required during calibration.
|
||||
* Calibration will complete for each sensor when the temperature increase above the starting temeprature exceeds the value set by SYS_CAL_TDEL.
|
||||
* Calibration will complete for each sensor when the temperature increase above the starting temperature exceeds the value set by SYS_CAL_TDEL.
|
||||
* If the temperature rise is insufficient, the calibration will continue indefinitely and the board will need to be repowered to exit.
|
||||
*
|
||||
* @unit celcius
|
||||
@@ -223,7 +223,7 @@ PARAM_DEFINE_INT32(SYS_HAS_BARO, 1);
|
||||
*
|
||||
* If set to the number of distance sensors, the preflight check will check
|
||||
* for their presence and valid data publication. Disable with 0 if no distance
|
||||
* sensor present or to disbale the preflight check.
|
||||
* sensor present or to disable the preflight check.
|
||||
*
|
||||
* @reboot_required true
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user