Skip to content

Commit

Permalink
AP_Scripting: add MOT parameters to rate switch
Browse files Browse the repository at this point in the history
  • Loading branch information
andyp1per committed Jun 28, 2024
1 parent 74c5aa1 commit 8360957
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libraries/AP_Scripting/applets/switch_rates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ local param_table = {
"ACRO_Y_RATE_TC",
"FSTRATE_ENABLE",
"FSTRATE_DIV",
"MOT_SPIN_MIN",
"MOT_SPIN_MAX",
"MOT_THST_EXPO",
"SERVO_DSHOT_RATE",
}

-- setup script specific parameters
Expand Down
5 changes: 5 additions & 0 deletions libraries/AP_Scripting/applets/switch_rates.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,9 @@ parameters" in the messages tab when this happens.
ACRO_Y_RATE_TC
FSTRATE_ENABLE
FSTRATE_DIV
MOT_SPIN_MIN
MOT_SPIN_MAX
MOT_THST_EXPO
SERVO_DSHOT_RATE


0 comments on commit 8360957

Please sign in to comment.