JLChen
2020-11-16 64b5d3b0eab77341795cc7d6634ffa7cf60848e2
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;