From 7be96268368a1f210968e2697d08819cc8d27231 Mon Sep 17 00:00:00 2001 From: Paul Lietar Date: Mon, 30 Jan 2017 04:13:18 +0000 Subject: [PATCH] spirc: Increase the number of volume steps to 64 --- src/spirc.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spirc.rs b/src/spirc.rs index 6ee463e..674fd47 100644 --- a/src/spirc.rs +++ b/src/spirc.rs @@ -361,7 +361,7 @@ impl SpircInternal { }, @{ typ: protocol::spirc::CapabilityType::kVolumeSteps, - intValue => [10] + intValue => [64] }, @{ typ: protocol::spirc::CapabilityType::kSupportedContexts,