mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-21 18:27:34 +08:00
implemented reset excludes in systemcmd "param", updated autoconfig parameter doc
This commit is contained in:
committed by
Lorenz Meier
parent
7c63be7450
commit
f2c1d6d66d
@@ -52,8 +52,9 @@ PARAM_DEFINE_INT32(SYS_AUTOSTART, 0);
|
||||
/**
|
||||
* Automatically configure default values.
|
||||
*
|
||||
* Set to 1 to set platform-specific parameters to their default
|
||||
* values on next system startup.
|
||||
* Set to 1 to reset parameters on next system startup (setting defaults).
|
||||
* Platform-specific values are used if available.
|
||||
* RC* parameters are preserved.
|
||||
*
|
||||
* @min 0
|
||||
* @max 1
|
||||
|
||||
Reference in New Issue
Block a user