Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
luatos_bot committed Jul 29, 2024
1 parent 2ba477b commit 16a91ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _static/luatos-emulator/vs/snippet.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions api/pm.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ pm.request(pm.HIB)

|传入值类型|解释|
|-|-|
|int|定时器id,通常是0-3|
|int|定时器id,通常是0-5|
|int|定时时长,单位毫秒|

**返回值**
Expand All @@ -136,7 +136,7 @@ pm.request(pm.HIB)
pm.dtimerStart(0, 300 * 1000) -- 5分钟后唤醒
-- Air780E/Air780EP系列
-- id = 0 或者 id = 1 是, 最大休眠时长是2.5小时
-- id = 2 或者 id = 3 是, 最大休眠时长是3个月
-- id >= 2是, 最大休眠时长是740小时

```

Expand Down

0 comments on commit 16a91ca

Please sign in to comment.