JLChen
2021-01-08 cc8749fe1d158ee21670bde77fad237be2f0c416
Crabtree/SmartHome/UI/SimpleControl/Phone/DoorLock/Security.cs
@@ -52,7 +52,7 @@
            for (i = 0; i < inputBytes.Length; i++)
            {
                Console.WriteLine ("door :: " +i.ToString());
                Utlis.WriteLine ("door :: " +i.ToString());
                x = (x + 1) & 0xFF;
                a = fsb[x];
                y = (y + a) & 0xFF;