From ee7a180292e11457652db2d2b88226ae917fb672 Mon Sep 17 00:00:00 2001 From: Nonoo Date: Wed, 21 Oct 2020 15:27:47 +0200 Subject: [PATCH] Update magic byte in the serial/audio stream open packet --- controlstream.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controlstream.go b/controlstream.go index a225e92..1a0d92d 100644 --- a/controlstream.go +++ b/controlstream.go @@ -137,7 +137,7 @@ func (s *controlStream) sendRequestSerialAndAudio() { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x04, 0x04, 0x00, 0x00, 0xbb, 0x80, 0x00, 0x00, 0xbb, 0x80, 0x00, 0x00, 0xc3, 0x52, - 0x00, 0x00, 0xc3, 0x53, 0x00, 0x00, 0x00, 0x64, + 0x00, 0x00, 0xc3, 0x53, 0x00, 0x00, 0x00, 0xa0, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00} s.common.send(p) s.common.send(p)