Adjust bluetooth volume change speed to more usable

custom-try-329
Ondřej Hruška 6 days ago
parent 1e340b2cea
commit 0e18330233
  1. 2
      src/tangara/audio/bt_audio_output.cpp

@ -32,7 +32,7 @@
namespace audio { namespace audio {
static constexpr uint16_t kVolumeRange = 60; static constexpr uint16_t kVolumeRange = 60;
static constexpr uint16_t kVolumeStep = 5; // CUSTOM - added static constexpr uint16_t kVolumeStep = 2; // CUSTOM - added
using ConnectionState = drivers::Bluetooth::ConnectionState; using ConnectionState = drivers::Bluetooth::ConnectionState;

Loading…
Cancel
Save