mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-30 18:06:39 +08:00
Remove a couple of unnecessary reboot_required from parameter meta data
Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
This commit is contained in:
committed by
Daniel Agar
parent
d30760a2ea
commit
40f9b53b90
@@ -51,7 +51,6 @@
|
|||||||
* @max 0.5
|
* @max 0.5
|
||||||
* @decimal 2
|
* @decimal 2
|
||||||
* @increment 0.01
|
* @increment 0.01
|
||||||
* @reboot_required true
|
|
||||||
*/
|
*/
|
||||||
PARAM_DEFINE_FLOAT(BAT_LOW_THR, 0.15f);
|
PARAM_DEFINE_FLOAT(BAT_LOW_THR, 0.15f);
|
||||||
|
|
||||||
@@ -68,7 +67,6 @@ PARAM_DEFINE_FLOAT(BAT_LOW_THR, 0.15f);
|
|||||||
* @max 0.25
|
* @max 0.25
|
||||||
* @decimal 2
|
* @decimal 2
|
||||||
* @increment 0.01
|
* @increment 0.01
|
||||||
* @reboot_required true
|
|
||||||
*/
|
*/
|
||||||
PARAM_DEFINE_FLOAT(BAT_CRIT_THR, 0.07f);
|
PARAM_DEFINE_FLOAT(BAT_CRIT_THR, 0.07f);
|
||||||
|
|
||||||
@@ -85,6 +83,5 @@ PARAM_DEFINE_FLOAT(BAT_CRIT_THR, 0.07f);
|
|||||||
* @max 0.1
|
* @max 0.1
|
||||||
* @decimal 2
|
* @decimal 2
|
||||||
* @increment 0.01
|
* @increment 0.01
|
||||||
* @reboot_required true
|
|
||||||
*/
|
*/
|
||||||
PARAM_DEFINE_FLOAT(BAT_EMERGEN_THR, 0.05f);
|
PARAM_DEFINE_FLOAT(BAT_EMERGEN_THR, 0.05f);
|
||||||
|
|||||||
@@ -49,7 +49,6 @@
|
|||||||
* checks in the commander.
|
* checks in the commander.
|
||||||
* WARNING: ENABLING THIS CIRCUIT BREAKER IS AT OWN RISK
|
* WARNING: ENABLING THIS CIRCUIT BREAKER IS AT OWN RISK
|
||||||
*
|
*
|
||||||
* @reboot_required true
|
|
||||||
* @min 0
|
* @min 0
|
||||||
* @max 894281
|
* @max 894281
|
||||||
* @category Developer
|
* @category Developer
|
||||||
@@ -78,7 +77,6 @@ PARAM_DEFINE_INT32(CBRK_RATE_CTRL, 0);
|
|||||||
* Setting this parameter to 22027 will disable IO safety.
|
* Setting this parameter to 22027 will disable IO safety.
|
||||||
* WARNING: ENABLING THIS CIRCUIT BREAKER IS AT OWN RISK
|
* WARNING: ENABLING THIS CIRCUIT BREAKER IS AT OWN RISK
|
||||||
*
|
*
|
||||||
* @reboot_required true
|
|
||||||
* @min 0
|
* @min 0
|
||||||
* @max 22027
|
* @max 22027
|
||||||
* @category Developer
|
* @category Developer
|
||||||
@@ -160,7 +158,6 @@ PARAM_DEFINE_INT32(CBRK_BUZZER, 0);
|
|||||||
* zero to prevent users from flying USB powered. However, for R&D purposes
|
* zero to prevent users from flying USB powered. However, for R&D purposes
|
||||||
* it has proven over the years to work just fine.
|
* it has proven over the years to work just fine.
|
||||||
*
|
*
|
||||||
* @reboot_required true
|
|
||||||
* @min 0
|
* @min 0
|
||||||
* @max 197848
|
* @max 197848
|
||||||
* @category Developer
|
* @category Developer
|
||||||
@@ -175,7 +172,6 @@ PARAM_DEFINE_INT32(CBRK_USB_CHK, 197848);
|
|||||||
* accuracy checks in the commander.
|
* accuracy checks in the commander.
|
||||||
* WARNING: ENABLING THIS CIRCUIT BREAKER IS AT OWN RISK
|
* WARNING: ENABLING THIS CIRCUIT BREAKER IS AT OWN RISK
|
||||||
*
|
*
|
||||||
* @reboot_required true
|
|
||||||
* @min 0
|
* @min 0
|
||||||
* @max 201607
|
* @max 201607
|
||||||
* @category Developer
|
* @category Developer
|
||||||
@@ -190,7 +186,6 @@ PARAM_DEFINE_INT32(CBRK_VELPOSERR, 0);
|
|||||||
* mode for VTOLs.
|
* mode for VTOLs.
|
||||||
* WARNING: ENABLING THIS CIRCUIT BREAKER IS AT OWN RISK
|
* WARNING: ENABLING THIS CIRCUIT BREAKER IS AT OWN RISK
|
||||||
*
|
*
|
||||||
* @reboot_required true
|
|
||||||
* @min 0
|
* @min 0
|
||||||
* @max 159753
|
* @max 159753
|
||||||
* @category Developer
|
* @category Developer
|
||||||
|
|||||||
@@ -747,7 +747,6 @@ PARAM_DEFINE_FLOAT(COM_ARM_AUTH_TO, 1);
|
|||||||
* The default value has been optimised for rotary wing applications. For fixed wing applications, a larger value between 5 and 10 should be used.
|
* The default value has been optimised for rotary wing applications. For fixed wing applications, a larger value between 5 and 10 should be used.
|
||||||
*
|
*
|
||||||
* @unit s
|
* @unit s
|
||||||
* @reboot_required true
|
|
||||||
* @group Commander
|
* @group Commander
|
||||||
* @min 1
|
* @min 1
|
||||||
* @max 100
|
* @max 100
|
||||||
@@ -764,7 +763,6 @@ PARAM_DEFINE_INT32(COM_POS_FS_DELAY, 1);
|
|||||||
* The default value has been optimised for rotary wing applications. For fixed wing applications, a value of 1 should be used.
|
* The default value has been optimised for rotary wing applications. For fixed wing applications, a value of 1 should be used.
|
||||||
*
|
*
|
||||||
* @unit s
|
* @unit s
|
||||||
* @reboot_required true
|
|
||||||
* @group Commander
|
* @group Commander
|
||||||
* @min 1
|
* @min 1
|
||||||
* @max 100
|
* @max 100
|
||||||
|
|||||||
@@ -137,7 +137,6 @@ PARAM_DEFINE_INT32(FD_EXT_ATS_TRIG, 1900);
|
|||||||
* Timeout for receiving an acknowledgement from the ESCs is 0.3s, if no feedback is received the failure detector will auto disarm the vehicle.
|
* Timeout for receiving an acknowledgement from the ESCs is 0.3s, if no feedback is received the failure detector will auto disarm the vehicle.
|
||||||
*
|
*
|
||||||
* @boolean
|
* @boolean
|
||||||
* @reboot_required true
|
|
||||||
*
|
*
|
||||||
* @group Failure Detector
|
* @group Failure Detector
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user