Skip to content

Commit 2d18528

Browse files
committed
Update config.yaml
1 parent 5957277 commit 2d18528

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
startup: false
2-
debug : true
3-
timeout: 3600000
4-
wait: 100
5-
settings:
1+
startup: true #开机自启动
2+
debug : false #不显示debug窗口
3+
timeout: 3600000 #每3600000毫秒写入一次,防止失效
4+
wait: 100 #每次操作间隔100毫秒
5+
settings: #循环写入内容
66
- 92: 00 #充电阈值第一位,小端序十六进制,15600对应100%,当前值50%
77
- 93: 32 #充电阈值第二位,小端序十六进制,15600对应100%,当前值50%
88
- 24: 00 #键盘灯超时第一位
99
- 25: 00 #键盘灯超时第二位
10-
- 21: 23 #默认不使用功能键,使用F按键
11-
exit:
10+
- 21: 21 #默认不使用功能键,使用F按键
11+
exit: #退出前一次性写入内容
1212
- 92: 00 #充电阈值第一位,小端序十六进制,15600对应100%,当前值50%
1313
- 93: 64 #充电阈值第二位,小端序十六进制,15600对应100%,当前值50%

0 commit comments

Comments
 (0)