wxr
2023-07-30 d76b0e40e5bb127fd33aa1f7842447a1df0628d5
HDL_ON/DAL/DriverLayer/Packet.cs
@@ -14,8 +14,9 @@
    {
        /// <summary>
        /// 缓冲区大小
        /// Link协议现在一个包的数据比较大,缓冲区太小存不完全部数据 2023-07-14 16:03:56  wxr
        /// </summary>
        public const int Size = 1024 + 200;
        public const int Size = 1024 * 10;
        /// <summary>
        /// 接收到的数据
@@ -333,6 +334,9 @@
                                    case SPK.CurtainRoller:
                                        RollingShutterPage.UpdataState(curtain);
                                        break;
                                    case SPK.CurtainShades:
                                        VenetianBlindsPage.UpdataState(curtain);
                                        break;
                                }
                            }
                        }