Skip to content

Commit

Permalink
Added missing kconfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
krichardsson committed Sep 12, 2023
1 parent 4e8568a commit 4055eaf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/modules/src/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,14 @@ config ENABLE_THRUST_BAT_COMPENSATED
The compensation is based on thrust measurements, which are only valid for CF2.X stock configuration.
Not applied for brushless motor setup.

config LOG_MOTOR_CAP_WARNING
bool "Log a warning if the motor thrust is capped"
default n
help
If the computed thrust of one or more motors is outside of the possible range, the thrust will be capped or
reduced for one or more motors depending on configuration. Enabeling this setting will report in the console log
that the thrust has been capped.

endmenu

menu "Parameter subsystem"
Expand Down

0 comments on commit 4055eaf

Please sign in to comment.