1.1 --- a/Hardware/TBalancer/TBalancer.cs Tue May 18 19:16:55 2010 +0000
1.2 +++ b/Hardware/TBalancer/TBalancer.cs Thu May 20 21:23:54 2010 +0000
1.3 @@ -73,7 +73,7 @@
1.4 this.protocolVersion = protocolVersion;
1.5
1.6 ParameterDescription[] parameter = new ParameterDescription[] {
1.7 - new ParameterDescription("Offset", "Temperature offset.", 0)
1.8 + new ParameterDescription("Offset [°C]", "Temperature offset.", 0)
1.9 };
1.10 int offset = 0;
1.11 for (int i = 0; i < digitalTemperatures.Length; i++)