JLChen
2021-01-11 5a5a2b696866f947b6025d26c3302e8ffef46435
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;