Length of array for MERET addresses is 11.
This commit is contained in:
parent
1fc129117f
commit
76dbf4e216
@ -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[16];
|
||||
public byte[] MeretRS485Address = new byte[11];
|
||||
public float[] EtCalib = new float[8] { 1, 1, 1, 1, 1, 1, 1, 1 };
|
||||
#elif BADGER_VELKA_TRAT
|
||||
public byte[] MeretRS485Address = new byte[4];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user