Explorar o código

Merge pull request #80 from marcust/fix-crash-2

Temporary fix for new CapabilityType 0xb (#74)
Paul Lietar %!s(int64=9) %!d(string=hai) anos
pai
achega
7a21287311
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      protocol/proto/spirc.proto

+ 1 - 0
protocol/proto/spirc.proto

@@ -67,6 +67,7 @@ enum CapabilityType {
     kVolumeSteps = 0x8;
     kSupportedTypes = 0x9;
     kCommandAcks = 0xa;
+    kUnknown = 0xb;
 }
 
 message Goodbye {