auto_poweroff

This commit is contained in:
gcw_4spBpAfv
2026-03-11 18:19:17 +08:00
parent ff629e596d
commit 75def0ff38
7 changed files with 94 additions and 16 deletions
+7
View File
@@ -74,3 +74,10 @@
* 快照 app.log* 到 /tmp staging
* 打包成 tar.gz(默认)或 zip
* 以 multipart/form-data 的 file 字段 POST 到 url
8. 自动关机:
hardware中设定了开停表,然后再增加了获取idle的时间。
自动关机的时机: 超过配置的idle时长,
禁止自动关机的情况:1.校准中,2.OTA中
重启计时的时机:1.校准完成,2.命令触发射箭,3.真实触发射箭,4.初始化完成
9.