copypasta mistakes fixed :)
This commit is contained in:
parent
7590965dd6
commit
8181e2eea2
2 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,6 @@ return
|
|||
watchTarget:
|
||||
if (WinExist("ahk_exe " config["target"]["name"])) {
|
||||
; start stick watcher
|
||||
rate := config["polling"]["pollingrate"]
|
||||
SetTimer, watchSticks, % config["polling"]["pollingrate"]
|
||||
; start tools
|
||||
for ip, path in config["tools"]["paths"] {
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name="EliteDangerous64.exe"
|
||||
|
||||
[polling]
|
||||
pollingrate=100
|
||||
targetcheckrate=5000
|
||||
|
||||
[devices]
|
||||
|
|
Loading…
Reference in a new issue