From 04f8453f4aea461eace9791a5a4dfa9f5a6a2b1e Mon Sep 17 00:00:00 2001 From: JunwooHWANG Date: Fri, 11 Mar 2022 10:27:57 +0100 Subject: [PATCH] Reduce Beeepr Default volume : 40 -> 20, since it's too loud for TAP_ESC devices from Yuneec (#19311) --- msg/tune_control.msg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msg/tune_control.msg b/msg/tune_control.msg index 6746cf76da..96d70af154 100644 --- a/msg/tune_control.msg +++ b/msg/tune_control.msg @@ -33,7 +33,7 @@ uint32 silence # in us uint8 volume # value between 0-100 if supported by backend uint8 VOLUME_LEVEL_MIN = 0 -uint8 VOLUME_LEVEL_DEFAULT = 40 +uint8 VOLUME_LEVEL_DEFAULT = 20 uint8 VOLUME_LEVEL_MAX = 100 uint8 ORB_QUEUE_LENGTH = 4