Skip to content

Commit

Permalink
fix(demo): Correct config - #59
Browse files Browse the repository at this point in the history
  • Loading branch information
ja99 committed Nov 21, 2022
1 parent 888af08 commit ad2fbe9
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 ad2fbe9

Please sign in to comment.