修复空调提示音组包标记错误问题
This commit is contained in:
Binary file not shown.
@@ -4307,7 +4307,7 @@ Public Class TableInteraction
|
|||||||
|
|
||||||
Dim btxtr As string
|
Dim btxtr As string
|
||||||
Dim bctr As Integer=32
|
Dim bctr As Integer=32
|
||||||
If checkbuf(0).Equals("1") Then
|
If checkbuf(1).Equals("1") Then
|
||||||
bctr=bctr or (1<<2)
|
bctr=bctr or (1<<2)
|
||||||
End If
|
End If
|
||||||
If checkbuf(3).Equals("1") Then
|
If checkbuf(3).Equals("1") Then
|
||||||
@@ -4390,7 +4390,7 @@ Public Class TableInteraction
|
|||||||
|
|
||||||
Dim btxtr As string
|
Dim btxtr As string
|
||||||
Dim bctr As Integer=32
|
Dim bctr As Integer=32
|
||||||
If checkbuf(0).Equals("1") Then
|
If checkbuf(1).Equals("1") Then
|
||||||
bctr=bctr or (1<<2)
|
bctr=bctr or (1<<2)
|
||||||
End If
|
End If
|
||||||
If checkbuf(3).Equals("1") Then
|
If checkbuf(3).Equals("1") Then
|
||||||
|
|||||||
Reference in New Issue
Block a user