Commit 11f9fdc6 LN

1

1 个父辈 3747a73d
......@@ -4,6 +4,7 @@ using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
namespace SmartShelf.DeviceLibrary
......@@ -105,6 +106,7 @@ namespace SmartShelf.DeviceLibrary
}
}
module.LightOn(sLed.ToArray());
Thread.Sleep(100);
}
}
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!