Update magic byte in the serial/audio stream open packet

This commit is contained in:
Nonoo 2020-10-21 15:27:47 +02:00
parent 06c8e900cb
commit ee7a180292

View file

@ -137,7 +137,7 @@ func (s *controlStream) sendRequestSerialAndAudio() {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x01, 0x01, 0x04, 0x04, 0x00, 0x00, 0xbb, 0x80, 0x01, 0x01, 0x04, 0x04, 0x00, 0x00, 0xbb, 0x80,
0x00, 0x00, 0xbb, 0x80, 0x00, 0x00, 0xc3, 0x52, 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} 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}
s.common.send(p) s.common.send(p)
s.common.send(p) s.common.send(p)