Length of array for MERET addresses is 11.

This commit is contained in:
Milan Hanajik 2016-10-11 15:24:18 +02:00
parent 1fc129117f
commit 76dbf4e216

View File

@ -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];