openLuat / LuatOS

LuatOS -- Powerful embedded Lua Engine for IoT devices, with many components and low memory requirements (16K RAM, 128K Flash)
https://wiki.luatos.com
MIT License
452 stars 102 forks source link

LuatOS的/docs/api/a/ luat_lib_pm.md 笔误 #55

Closed MoveCall closed 3 years ago

MoveCall commented 3 years ago

-添加临时计时器 pm.dtimerStart( 0, 300 * 1000) - 5分钟后唤醒

应该是: pm.dtimerStop( 0, 300 * 1000) - 5分钟后唤醒

wendal commented 3 years ago

已修复,谢谢