mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-26 01:17:51 +08:00
tune_control: added define for tune strength
This adds a define for the tune strength instead of hard-coding it with a magic number.
This commit is contained in:
@@ -25,3 +25,5 @@ uint16 frequency # in Hz
|
||||
uint32 duration # in us
|
||||
uint32 silence # in us
|
||||
uint8 strength # value between 0-100 if supported by backend
|
||||
|
||||
uint8 STRENGTH_NORMAL = 40
|
||||
|
||||
Reference in New Issue
Block a user