1
0
mirror of https://gitee.com/openLuat/LuatOS synced 2025-08-17 22:18:03 +08:00

update: demo/crypto的打印延时到启动后3秒

This commit is contained in:
Wendal Chen 2023-02-01 11:45:58 +08:00
parent 9895e7aa22
commit ca28aa591b

View File

@ -16,7 +16,7 @@ end
sys.taskInit(function()
sys.wait(1000)
sys.wait(3000)
-- MD5,输出结果已经hex编码
log.info("md5", crypto.md5("abc"))