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:
parent
9895e7aa22
commit
ca28aa591b
|
@ -16,7 +16,7 @@ end
|
|||
|
||||
sys.taskInit(function()
|
||||
|
||||
sys.wait(1000)
|
||||
sys.wait(3000)
|
||||
|
||||
-- MD5,输出结果已经hex编码
|
||||
log.info("md5", crypto.md5("abc"))
|
||||
|
|
Loading…
Reference in New Issue
Block a user