Browse Source

Reduce Beeepr Default volume : 40 -> 20, since it's too loud for TAP_ESC devices from Yuneec (#19311)

v1.13.0-BW
JunwooHWANG 3 years ago committed by GitHub
parent
commit
04f8453f4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      msg/tune_control.msg

2
msg/tune_control.msg

@ -33,7 +33,7 @@ uint32 silence # in us @@ -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

Loading…
Cancel
Save