mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-07-24 15:27:41 +08:00
fix(gps): correct overridden spelling in GPS config param long (#27956)
User-facing parameter long description for operators. Co-authored-by: Daniel Pike <daniel@team-of-light.com>
This commit is contained in:
@@ -178,7 +178,7 @@ parameters:
|
||||
long: |-
|
||||
Some UBX modules have a FLASH that allows to store persistent configuration that will be loaded on start.
|
||||
PX4 does override all configuration parameters it needs in RAM, which takes precedence over the values in FLASH.
|
||||
However, configuration parameters that are not overriden by PX4 can still cause unexpected problems during flight.
|
||||
However, configuration parameters that are not overridden by PX4 can still cause unexpected problems during flight.
|
||||
To avoid these kind of problems a clean config can be reached by wiping the FLASH on boot.
|
||||
|
||||
Note: Currently only supported on UBX.
|
||||
|
||||
Reference in New Issue
Block a user