Hardware/TBalancer/TBalancer.cs
changeset 45 eadad41d21a6
parent 33 800a36a1ca8e
child 57 142907c75be4
     1.1 --- a/Hardware/TBalancer/TBalancer.cs	Sun Feb 14 20:16:30 2010 +0000
     1.2 +++ b/Hardware/TBalancer/TBalancer.cs	Sun Feb 14 21:09:08 2010 +0000
     1.3 @@ -57,8 +57,6 @@
     1.4      private int[] data;
     1.5  
     1.6      public const byte STARTFLAG = 100;
     1.7 -    public const byte PROTOCOL_VERSION_2A = 0x2A;
     1.8 -    public const byte PROTOCOL_VERSION_2C = 0x2C;
     1.9  
    1.10      public TBalancer(string portName, byte protocolVersion) {
    1.11        icon = Utilities.EmbeddedResources.GetImage("bigng.png");