JLChen
2020-12-09 6a860510eb765d6bd90fc324e70698410e1a1d70
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;