浏览代码

Merge branch 'master' of https://gitee.com/openLuat/LuatOS into master

chenxuuu 5 年之前
父节点
当前提交
acb3403f5c
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      bsp/air302/demo/eink_weather/main.lua

+ 1 - 0
bsp/air302/demo/eink_weather/main.lua

@@ -24,6 +24,7 @@ _G.pm_sleep_sec = 3600
 
 --//-----------------------------------------------------
 -- 非预期唤醒监测函数, TODO 在固件内实现
+-- 如需使用ctiot, 那么lpmem的前1800字节将被ctiot使用, 请把偏移量往后移动
 function pm_enter_hib_mode(sec)
 
     lpmem.write(512, pack.pack(">HI", 0x5AA5, os.time()))