mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +08:00
tune_control: update comment
This commit is contained in:
committed by
Beat Küng
parent
e140c37fe3
commit
79dacdda2c
@@ -1,7 +1,7 @@
|
|||||||
# This message is used to control the tunes, when the tune_id is set to CUSTOM
|
# 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.
|
# then the frequency, duration are used otherwise those values are ignored.
|
||||||
|
|
||||||
uint8 tune_id
|
uint8 tune_id # tune_id corresponding to TuneID::* from the tune_defaults.h in the tunes library
|
||||||
uint8 tune_override # if set to 1 the tune which is playing will be stopped and the new started
|
uint8 tune_override # if set to 1 the tune which is playing will be stopped and the new started
|
||||||
uint16 frequency # in Hz
|
uint16 frequency # in Hz
|
||||||
uint32 duration # in us
|
uint32 duration # in us
|
||||||
|
|||||||
Reference in New Issue
Block a user