mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-07-26 16:28:06 +08:00
params: use PWM_MAIN_* instead of PWM_FMU_*
This commit is contained in:
@@ -240,10 +240,10 @@ actuator_output:
|
||||
type: string
|
||||
allowed: [ pwm ]
|
||||
param_prefix:
|
||||
# parameter prefix for the min/max/disarmed/func params, e.g. PWM_FMU.
|
||||
# parameter prefix for the min/max/disarmed/func params, e.g. PWM_MAIN.
|
||||
# This also needs to be specified in the source code.
|
||||
type: string
|
||||
regex: '([0-9A-Z_]+|\$\{PWM_FMU_OR_HIL\})'
|
||||
regex: '([0-9A-Z_]+|\$\{PWM_MAIN_OR_AUX\}|\$\{PWM_MAIN_OR_HIL\})'
|
||||
required: true
|
||||
channel_label:
|
||||
# Human-readable per-channel label (index will be added), e.g. 'PWM Main'
|
||||
|
||||
Reference in New Issue
Block a user