JLChen
2020-04-16 9ca2281d589fbd4b35177d1846974f17d12095ae
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;