修正温控提示音组包逻辑中固件比较版本错误问题

This commit is contained in:
2026-03-13 15:20:57 +08:00
parent ffa7bf3369
commit c8514f302d
3 changed files with 5 additions and 5 deletions

Binary file not shown.

View File

@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
'通过使用 "*",如下所示:
' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("4.4.2.14")>
<Assembly: AssemblyVersion("4.4.2.15")>
<Assembly: AssemblyFileVersion("4.4.2.14")>

View File

@@ -4303,7 +4303,7 @@ Public Class TableInteraction
Dbuf = dic.Item(GetDescriptionOriginalAddPeripherals.Temproweven.互锁)).Trim.Split("*")
ncbuf.Add(GetActionData(DeviceModuleDic, Dbuf(0), "Temp", Dbuf(1), "0,1,1,1,1,1,16"))
End If
If FVer =67 Then
If FVer =68 Then
Dim btxtr As string
Dim bctr As Integer=48
@@ -4325,7 +4325,7 @@ Public Class TableInteraction
dim btxli As Byte()= GetActionData(DeviceModuleDic, DevName, "Temp", 1, btxtr)
btxli(5) = bctr
ncbuf.Add(btxli)
Else If FVer > 67 Then
Else If FVer > 68 Then
Else
If checkbuf(1).Equals("1") Then
'Dbuf = dic.Item([Enum].GetName(GetType(AddPeripherals.Temproweven), AddPeripherals.Temproweven.互锁)).Trim.Split("*")
@@ -4394,7 +4394,7 @@ Public Class TableInteraction
ncbuf.Add(GetActionData(DeviceModuleDic, Dbuf(0), "Temp", Dbuf(1), "0,1,1,1,1,1,16"))
End If
If FVer =67 Then
If FVer =68 Then
Dim btxtr As string
Dim bctr As Integer=32
@@ -4418,7 +4418,7 @@ Public Class TableInteraction
dim btxli As Byte()= GetActionData(DeviceModuleDic, DevName, "Temp", 1, btxtr)
btxli(5) = bctr
ncbuf.Add(btxli)
Else If FVer > 67 Then
Else If FVer > 68 Then
Else
If checkbuf(1).Equals("1") Then