mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-06 05:50:34 +08:00
12 lines
446 B
Plaintext
12 lines
446 B
Plaintext
# This message is used to control the tunes, when the tune_id is set to CUSTOM
|
|
# then the frequency, duration are used otherwise those values are ignored.
|
|
|
|
uint8 tune_id
|
|
uint8 tune_override # if set to 1 the tune which is playing will be stopped and the new started
|
|
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
|