Malta WSD25 component upgraded, MERET addresses array size changed to 12, ver. 2.10.361
This commit is contained in:
parent
4e29e88b02
commit
2057cc6b73
@ -126,7 +126,7 @@ namespace TBF.BenchControl.Elde
|
||||
public byte[] MeretRS485Address = new byte[4];
|
||||
public float[] EtCalib = new float[5] { 1, 1, 1, 1, 1 };
|
||||
#elif MALTA_WSD25
|
||||
public byte[] MeretRS485Address = new byte[11];
|
||||
public byte[] MeretRS485Address = new byte[12];
|
||||
public float[] EtCalib = new float[8] { 1, 1, 1, 1, 1, 1, 1, 1 };
|
||||
#elif BADGER_VELKA_TRAT
|
||||
public byte[] MeretRS485Address = new byte[4];
|
||||
|
||||
@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
|
||||
// Build Number
|
||||
// Revision
|
||||
//
|
||||
[assembly: AssemblyVersion("2.10.360.1")]
|
||||
[assembly: AssemblyFileVersion("2.10.360.1")]
|
||||
[assembly: AssemblyVersion("2.10.361.1")]
|
||||
[assembly: AssemblyFileVersion("2.10.361.1")]
|
||||
|
||||
Binary file not shown.
Loading…
Reference in New Issue
Block a user