Skip to content

Commit

Permalink
Merge pull request #60 from ja99/master
Browse files Browse the repository at this point in the history
fix(demo): Correct config - #59
  • Loading branch information
thompson318 committed Nov 21, 2022
2 parents 888af08 + ad2fbe9 commit 26bd21b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions sksurgerynditracker/demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@ def run():
settings_polaris = {"tracker type": "polaris",
"romfiles" : ["../data/8700339.rom"]}
settings_aurora = { "tracker type": "aurora",
"ports to use" : [1,2]}
settings_aurora = {
"tracker type": "aurora",
"ports to probe": 2,
"verbose": True,
}
settings_dummy = {"tracker type": "dummy",}
Expand Down

0 comments on commit 26bd21b

Please sign in to comment.